Skip to content

Commit f05a068

Browse files
committed
Fix whitespace
1 parent f05d455 commit f05a068

File tree

5 files changed

+5
-19
lines changed

5 files changed

+5
-19
lines changed

sphinx/ext/napoleon/docstring.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
"""
2-
3-
Classes for docstring parsing and formatting.
4-
5-
"""
1+
"""Classes for docstring parsing and formatting."""
62

73
import collections
84
import inspect

sphinx/ext/napoleon/iterators.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
"""
2-
3-
A collection of helpful iterators.
4-
5-
"""
1+
"""A collection of helpful iterators."""
62

73
import collections
84
from typing import Any, Iterable, Optional

tests/test_ext_napoleon.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Tests for :mod:`sphinx.ext.napoleon.__init__` module.
2-
3-
"""
1+
"""Tests for :mod:`sphinx.ext.napoleon.__init__` module."""
42

53
import sys
64
from collections import namedtuple

tests/test_ext_napoleon_docstring.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Tests for :mod:`sphinx.ext.napoleon.docstring` module.
2-
3-
"""
1+
"""Tests for :mod:`sphinx.ext.napoleon.docstring` module."""
42

53
import re
64
import sys

tests/test_ext_napoleon_iterators.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Tests for :mod:`sphinx.ext.napoleon.iterators` module.
2-
3-
"""
1+
"""Tests for :mod:`sphinx.ext.napoleon.iterators` module."""
42

53
from unittest import TestCase
64

0 commit comments

Comments
 (0)