Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/writers/text.py')
-rw-r--r--sphinx/writers/text.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/writers/text.py b/sphinx/writers/text.py
index 255beb848..57aa765cd 100644
--- a/sphinx/writers/text.py
+++ b/sphinx/writers/text.py
@@ -1,5 +1,4 @@
-"""
- Custom docutils writer for plain text.
+"""Custom docutils writer for plain text.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.