summaryrefslogtreecommitdiff
path: root/sphinx/cmd
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 03:05:56 +0000
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 03:13:45 +0000
commit5775912455c25ee82734e1ff319a32f55946d79b (patch)
treee75fe3b61f6d92afb29fd38478e03d96179af015 /sphinx/cmd
parent6bb7b891a16fbcd5fad1f88fb472505549b9c084 (diff)
downloadsphinx-git-5775912455c25ee82734e1ff319a32f55946d79b.tar.gz
Collapse single line docstrings
Diffstat (limited to 'sphinx/cmd')
-rw-r--r--sphinx/cmd/__init__.py3
-rw-r--r--sphinx/cmd/build.py3
-rw-r--r--sphinx/cmd/quickstart.py3
3 files changed, 3 insertions, 6 deletions
diff --git a/sphinx/cmd/__init__.py b/sphinx/cmd/__init__.py
index 7b9ded4d3..4d277c5ea 100644
--- a/sphinx/cmd/__init__.py
+++ b/sphinx/cmd/__init__.py
@@ -1,2 +1 @@
-"""Modules for command line executables.
-"""
+"""Modules for command line executables."""
diff --git a/sphinx/cmd/build.py b/sphinx/cmd/build.py
index 2df308b9e..00a06762a 100644
--- a/sphinx/cmd/build.py
+++ b/sphinx/cmd/build.py
@@ -1,5 +1,4 @@
-"""Build documentation from a provided source.
-"""
+"""Build documentation from a provided source."""
import argparse
import bdb
diff --git a/sphinx/cmd/quickstart.py b/sphinx/cmd/quickstart.py
index 6accb75d0..e8b446d40 100644
--- a/sphinx/cmd/quickstart.py
+++ b/sphinx/cmd/quickstart.py
@@ -1,5 +1,4 @@
-"""Quickly setup documentation source to work with Sphinx.
-"""
+"""Quickly setup documentation source to work with Sphinx."""
import argparse
import locale