summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 00:06:24 +0000
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 00:11:08 +0000
commit4f5a3269a6053fe659093096d9b635a2c8e7e55e (patch)
tree19b28743f859ce4e8c4fb507fc610c8ea42522bc /sphinx/setup_command.py
parent6b8bccec5977f608f0b1e33f31a4888a2ea0d141 (diff)
downloadsphinx-git-4f5a3269a6053fe659093096d9b635a2c8e7e55e.tar.gz
Fix module docstring first line
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r--sphinx/setup_command.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py
index 3d9663d0f..80914373a 100644
--- a/sphinx/setup_command.py
+++ b/sphinx/setup_command.py
@@ -1,5 +1,4 @@
-"""
- Setuptools/distutils commands to assist the building of sphinx
+"""Setuptools/distutils commands to assist the building of sphinx
documentation.
:author: Sebastian Wiesner