Skip to content

Commit 47cb98b

Browse files
committed
Do not show __init__ in docs of Parser twice
1 parent 6cbcf4f commit 47cb98b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/parser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ use :mod:`declarative_parser.parser` module to create custom parsers and argumen
1010
.. automodule:: declarative_parser.parser
1111
:members:
1212
:special-members:
13-
:exclude-members: __dict__, __weakref__
13+
:exclude-members: __dict__, __weakref__, __init__

0 commit comments

Comments
 (0)