diff options
Diffstat (limited to 'sphinx/cmd/__init__.py')
-rw-r--r-- | sphinx/cmd/__init__.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/cmd/__init__.py b/sphinx/cmd/__init__.py index d77014547..4d277c5ea 100644 --- a/sphinx/cmd/__init__.py +++ b/sphinx/cmd/__init__.py @@ -1,9 +1 @@ -""" - sphinx.cmd - ~~~~~~~~~~ - - Modules for command line executables. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Modules for command line executables.""" |