From 2b3651e7d513ad99cd730374ddd9817d3b2c5cec Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Mon, 22 Mar 2021 09:40:40 +0100 Subject: [PATCH] fixed typo --- blag/blag.py | 4 ++-- docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blag/blag.py b/blag/blag.py index 7c3bfaa..447863f 100644 --- a/blag/blag.py +++ b/blag/blag.py @@ -36,8 +36,8 @@ def main(args=None): def parse_args(args=None): """Parse command line arguments. - Paramters - --------- + Parameters + ---------- args : List[str] optional parameters, used for testing diff --git a/docs/conf.py b/docs/conf.py index 600980c..4cb1944 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,8 +62,8 @@ html_static_path = ['_static'] autodoc_default_options = { 'members': True, 'undoc-members': True, + 'private-members': True, 'special-members': True, - 'secret-members': True, } autosummary_generate = True