diff options
Diffstat (limited to 'tests/test_search.py')
-rw-r--r-- | tests/test_search.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_search.py b/tests/test_search.py index 4c74ac24a..024e6941c 100644 --- a/tests/test_search.py +++ b/tests/test_search.py @@ -1,12 +1,4 @@ -""" - test_search - ~~~~~~~~~~~ - - Test the search index builder. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test the search index builder.""" from collections import namedtuple from io import BytesIO |