diff options
Diffstat (limited to 'sphinx/util/docfields.py')
-rw-r--r-- | sphinx/util/docfields.py | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sphinx/util/docfields.py b/sphinx/util/docfields.py index a599c66a7..7a2f802c5 100644 --- a/sphinx/util/docfields.py +++ b/sphinx/util/docfields.py @@ -1,12 +1,7 @@ -""" - sphinx.util.docfields - ~~~~~~~~~~~~~~~~~~~~~ - - "Doc fields" are reST field lists in object descriptions that will - be domain-specifically transformed to a more appealing presentation. +"""Utility code for "Doc fields". - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. +"Doc fields" are reST field lists in object descriptions that will +be domain-specifically transformed to a more appealing presentation. """ from typing import TYPE_CHECKING, Any, Dict, List, Tuple, Type, Union, cast |