diff options
Diffstat (limited to 'tests/test_build_gettext.py')
-rw-r--r-- | tests/test_build_gettext.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_build_gettext.py b/tests/test_build_gettext.py index 9398dfe5f..6d80324bd 100644 --- a/tests/test_build_gettext.py +++ b/tests/test_build_gettext.py @@ -1,12 +1,4 @@ -""" - test_build_gettext - ~~~~~~~~~~~~~~~~~~ - - Test the build process with gettext builder with the test root. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test the build process with gettext builder with the test root.""" import gettext import os |