We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb3a3e commit 2d38c9eCopy full SHA for 2d38c9e
sphinx_autodoc_typehints.py
@@ -78,7 +78,7 @@ def process_docstring(app, what, name, obj, options, lines):
78
79
if argname == 'return':
80
if what in ('class', 'exception'):
81
- continue # Don't add return type None from __init__
+ continue # Don't add return type None from __init__
82
insert_index = len(lines)
83
for i, line in enumerate(lines):
84
if line.startswith(':rtype:'):
0 commit comments