diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 00:06:24 +0000 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 00:11:08 +0000 |
commit | 4f5a3269a6053fe659093096d9b635a2c8e7e55e (patch) | |
tree | 19b28743f859ce4e8c4fb507fc610c8ea42522bc /tests/test_ext_autodoc.py | |
parent | 6b8bccec5977f608f0b1e33f31a4888a2ea0d141 (diff) | |
download | sphinx-git-4f5a3269a6053fe659093096d9b635a2c8e7e55e.tar.gz |
Fix module docstring first line
Diffstat (limited to 'tests/test_ext_autodoc.py')
-rw-r--r-- | tests/test_ext_autodoc.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_ext_autodoc.py b/tests/test_ext_autodoc.py index 3f48beb7a..f4e2c8ef6 100644 --- a/tests/test_ext_autodoc.py +++ b/tests/test_ext_autodoc.py @@ -1,5 +1,4 @@ -""" - Test the autodoc extension. This tests mainly the Documenters; the auto +"""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. |