diff options
Diffstat (limited to 'tests/test_versioning.py')
-rw-r--r-- | tests/test_versioning.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_versioning.py b/tests/test_versioning.py index 4de8331aa..107e21560 100644 --- a/tests/test_versioning.py +++ b/tests/test_versioning.py @@ -1,12 +1,4 @@ -""" - test_versioning - ~~~~~~~~~~~~~~~ - - Test the versioning implementation. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test the versioning implementation.""" import pickle |