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/sphinx
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-03-07 18:17:45 +0300
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-03-07 18:17:45 +0300
commitf05a068be980b7f237135596c9414e4737052681 (patch)
tree039615256a60c55acd0f2adcf13bbc7dca7429d6 /sphinx
parentf05d455313d2a521723f8f99f30b86a86fce1d4c (diff)
Fix whitespace
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/ext/napoleon/docstring.py6
-rw-r--r--sphinx/ext/napoleon/iterators.py6
2 files changed, 2 insertions, 10 deletions
diff --git a/sphinx/ext/napoleon/docstring.py b/sphinx/ext/napoleon/docstring.py
index c80baecba..a11424537 100644
--- a/sphinx/ext/napoleon/docstring.py
+++ b/sphinx/ext/napoleon/docstring.py
@@ -1,8 +1,4 @@
-"""
-
-Classes for docstring parsing and formatting.
-
-"""
+"""Classes for docstring parsing and formatting."""
import collections
import inspect
diff --git a/sphinx/ext/napoleon/iterators.py b/sphinx/ext/napoleon/iterators.py
index bebd56518..9459ad4a6 100644
--- a/sphinx/ext/napoleon/iterators.py
+++ b/sphinx/ext/napoleon/iterators.py
@@ -1,8 +1,4 @@
-"""
-
-A collection of helpful iterators.
-
-"""
+"""A collection of helpful iterators."""
import collections
from typing import Any, Iterable, Optional