diff options
Diffstat (limited to 'tests/test_directive_only.py')
-rw-r--r-- | tests/test_directive_only.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_directive_only.py b/tests/test_directive_only.py index 164220e33..2e9ea634c 100644 --- a/tests/test_directive_only.py +++ b/tests/test_directive_only.py @@ -1,12 +1,4 @@ -""" - test_only_directive - ~~~~~~~~~~~~~~~~~~~ - - Test the only directive with the test root. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test the only directive with the test root.""" import re |