diff options
Diffstat (limited to 'tests/test_project.py')
-rw-r--r-- | tests/test_project.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_project.py b/tests/test_project.py index dc7f1d35d..40db85ef3 100644 --- a/tests/test_project.py +++ b/tests/test_project.py @@ -1,12 +1,4 @@ -""" - test_project - ~~~~~~~~~~~~ - - Tests project module. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Tests project module.""" from collections import OrderedDict |