Skip to content

Commit 6644fec

Browse files
committed
Correct a comment
1 parent c345673 commit 6644fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@
222222
'github': ('https://github.com/nedbat/coveragepy/issues/%s', 'issue '),
223223
}
224224

225-
# When auto-doc'ing a class, write the class' docstring and the __init__ docstring
226-
# into the class docs.
225+
# When auto-doc'ing a class, only write the class' docstring into the class docs,
226+
# don't automatically include the __init__ docstring.
227227
autoclass_content = "class"
228228

229229
prerelease = bool(max(release).isalpha())

0 commit comments

Comments
 (0)