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 06:05:56 +0300
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 06:13:45 +0300
commit5775912455c25ee82734e1ff319a32f55946d79b (patch)
treee75fe3b61f6d92afb29fd38478e03d96179af015 /sphinx/highlighting.py
parent6bb7b891a16fbcd5fad1f88fb472505549b9c084 (diff)
Collapse single line docstrings
Diffstat (limited to 'sphinx/highlighting.py')
-rw-r--r--sphinx/highlighting.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py
index 52fe098dc..a7e5e4940 100644
--- a/sphinx/highlighting.py
+++ b/sphinx/highlighting.py
@@ -1,5 +1,4 @@
-"""Highlight code blocks using Pygments.
-"""
+"""Highlight code blocks using Pygments."""
from functools import partial
from importlib import import_module