diff options
Diffstat (limited to 'tests/test_ext_todo.py')
-rw-r--r-- | tests/test_ext_todo.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_ext_todo.py b/tests/test_ext_todo.py index 3bc2abadf..ffe8bd995 100644 --- a/tests/test_ext_todo.py +++ b/tests/test_ext_todo.py @@ -1,12 +1,4 @@ -""" - test_ext_todo - ~~~~~~~~~~~~~ - - Test sphinx.ext.todo extension. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test sphinx.ext.todo extension.""" import re |