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:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 03:06:24 +0300
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 03:11:08 +0300
commit4f5a3269a6053fe659093096d9b635a2c8e7e55e (patch)
tree19b28743f859ce4e8c4fb507fc610c8ea42522bc /utils
parent6b8bccec5977f608f0b1e33f31a4888a2ea0d141 (diff)
Fix module docstring first line
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