diff options
Diffstat (limited to 'tests/test_quickstart.py')
-rw-r--r-- | tests/test_quickstart.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py index 0f317c5a8..1ea85b19b 100644 --- a/tests/test_quickstart.py +++ b/tests/test_quickstart.py @@ -1,12 +1,4 @@ -""" - test_quickstart - ~~~~~~~~~~~~~~~ - - Test the sphinx.quickstart module. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test the sphinx.quickstart module.""" import time from io import StringIO |