1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

fixed typo

This commit is contained in:
Bastian Venthur
2021-03-22 09:40:40 +01:00
parent 7240b0a28b
commit 2b3651e7d5
2 changed files with 3 additions and 3 deletions

View File

@@ -36,8 +36,8 @@ def main(args=None):
def parse_args(args=None): def parse_args(args=None):
"""Parse command line arguments. """Parse command line arguments.
Paramters Parameters
--------- ----------
args : List[str] args : List[str]
optional parameters, used for testing optional parameters, used for testing

View File

@@ -62,8 +62,8 @@ html_static_path = ['_static']
autodoc_default_options = { autodoc_default_options = {
'members': True, 'members': True,
'undoc-members': True, 'undoc-members': True,
'private-members': True,
'special-members': True, 'special-members': True,
'secret-members': True,
} }
autosummary_generate = True autosummary_generate = True