diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 02:57:02 +0000 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 02:57:02 +0000 |
commit | b691ebcc3e440a678cd28432fed7279fa647e9cd (patch) | |
tree | faa2103fb21a8e51ea0dfe735c43bd4ed1071e13 /tests/test_ext_autodoc_autofunction.py | |
parent | 5694e0ce60316b9cb9709d147e1a699ea9bde6da (diff) | |
download | sphinx-git-b691ebcc3e440a678cd28432fed7279fa647e9cd.tar.gz |
Conform to PEP 257 summary line conventions
Diffstat (limited to 'tests/test_ext_autodoc_autofunction.py')
-rw-r--r-- | tests/test_ext_autodoc_autofunction.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/test_ext_autodoc_autofunction.py b/tests/test_ext_autodoc_autofunction.py index 61cc7c6db..60b8bf89c 100644 --- a/tests/test_ext_autodoc_autofunction.py +++ b/tests/test_ext_autodoc_autofunction.py @@ -1,5 +1,7 @@ -"""Test the autodoc extension. This tests mainly the Documenters; the auto -directives are tested in a test source file translated by test_build. +"""Test the autodoc extension. + +This tests mainly the Documenters; the auto directives are tested in a test +source file translated by test_build. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. |