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
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/checks.py3
-rw-r--r--utils/doclinter.py3
-rw-r--r--utils/jssplitter_generator.py3
3 files changed, 3 insertions, 6 deletions
diff --git a/utils/checks.py b/utils/checks.py
index 6798fde01..f69242614 100644
--- a/utils/checks.py
+++ b/utils/checks.py
@@ -1,5 +1,4 @@
-"""
- Custom, Sphinx-only flake8 plugins.
+"""Custom, Sphinx-only flake8 plugins.
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/utils/doclinter.py b/utils/doclinter.py
index ed61b9c97..93351becb 100644
--- a/utils/doclinter.py
+++ b/utils/doclinter.py
@@ -1,5 +1,4 @@
-"""
- A linter for Sphinx docs
+"""A linter for Sphinx docs
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/utils/jssplitter_generator.py b/utils/jssplitter_generator.py
index 0e95cfe56..c62ceb37f 100644
--- a/utils/jssplitter_generator.py
+++ b/utils/jssplitter_generator.py
@@ -112,8 +112,7 @@ console.log(' ... ok\\n')
''' % js_src
python_src = '''\
-"""
- Provides Python compatible word splitter to JavaScript
+"""Provides Python compatible word splitter to JavaScript
DO NOT EDIT. This is generated by utils/jssplitter_generator.py