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:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 05:57:02 +0300
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 05:57:02 +0300
commitb691ebcc3e440a678cd28432fed7279fa647e9cd (patch)
treefaa2103fb21a8e51ea0dfe735c43bd4ed1071e13 /sphinx/ext/graphviz.py
parent5694e0ce60316b9cb9709d147e1a699ea9bde6da (diff)
Conform to PEP 257 summary line conventions
Diffstat (limited to 'sphinx/ext/graphviz.py')
-rw-r--r--sphinx/ext/graphviz.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/ext/graphviz.py b/sphinx/ext/graphviz.py
index 189463d44..0cb85a2b9 100644
--- a/sphinx/ext/graphviz.py
+++ b/sphinx/ext/graphviz.py
@@ -1,5 +1,4 @@
-"""Allow graphviz-formatted graphs to be included in Sphinx-generated
-documents inline.
+"""Allow graphviz-formatted graphs to be included inline in generated documents.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.