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