From 6644fece3fffc12aa7de24f7e3f9eebc7c109a3d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 26 Jan 2020 08:33:00 -0500 Subject: Correct a comment --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 414a8be4..4227dcb2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -222,8 +222,8 @@ extlinks = { 'github': ('https://github.com/nedbat/coveragepy/issues/%s', 'issue '), } -# When auto-doc'ing a class, write the class' docstring and the __init__ docstring -# into the class docs. +# When auto-doc'ing a class, only write the class' docstring into the class docs, +# don't automatically include the __init__ docstring. autoclass_content = "class" prerelease = bool(max(release).isalpha()) -- cgit v1.2.1