diff options
Diffstat (limited to 'sphinx/transforms/i18n.py')
-rw-r--r-- | sphinx/transforms/i18n.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/transforms/i18n.py b/sphinx/transforms/i18n.py index fb2824fe0..4909cebc1 100644 --- a/sphinx/transforms/i18n.py +++ b/sphinx/transforms/i18n.py @@ -1,12 +1,4 @@ -""" - sphinx.transforms.i18n - ~~~~~~~~~~~~~~~~~~~~~~ - - Docutils transforms used by Sphinx when reading documents. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Docutils transforms used by Sphinx when reading documents.""" from os import path from textwrap import indent |