Skip to content

Commit

Permalink
Do not show __init__ in docs of Parser twice
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 9, 2018
1 parent 6cbcf4f commit 47cb98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parser.rst
Expand Up @@ -10,4 +10,4 @@ use :mod:`declarative_parser.parser` module to create custom parsers and argumen
.. automodule:: declarative_parser.parser
:members:
:special-members:
:exclude-members: __dict__, __weakref__
:exclude-members: __dict__, __weakref__, __init__

0 comments on commit 47cb98b

Please sign in to comment.