diff options
Diffstat (limited to 'sphinx/domains/std.py')
-rw-r--r-- | sphinx/domains/std.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/domains/std.py b/sphinx/domains/std.py index 3b4f6fdb5..46f7aa65c 100644 --- a/sphinx/domains/std.py +++ b/sphinx/domains/std.py @@ -1,12 +1,4 @@ -""" - sphinx.domains.std - ~~~~~~~~~~~~~~~~~~ - - The standard domain. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""The standard domain.""" import re from copy import copy |