mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix whitespace
This commit is contained in:
parent
f05d455313
commit
f05a068be9
@ -1,8 +1,4 @@
|
||||
"""
|
||||
|
||||
Classes for docstring parsing and formatting.
|
||||
|
||||
"""
|
||||
"""Classes for docstring parsing and formatting."""
|
||||
|
||||
import collections
|
||||
import inspect
|
||||
|
@ -1,8 +1,4 @@
|
||||
"""
|
||||
|
||||
A collection of helpful iterators.
|
||||
|
||||
"""
|
||||
"""A collection of helpful iterators."""
|
||||
|
||||
import collections
|
||||
from typing import Any, Iterable, Optional
|
||||
|
@ -1,6 +1,4 @@
|
||||
"""Tests for :mod:`sphinx.ext.napoleon.__init__` module.
|
||||
|
||||
"""
|
||||
"""Tests for :mod:`sphinx.ext.napoleon.__init__` module."""
|
||||
|
||||
import sys
|
||||
from collections import namedtuple
|
||||
|
@ -1,6 +1,4 @@
|
||||
"""Tests for :mod:`sphinx.ext.napoleon.docstring` module.
|
||||
|
||||
"""
|
||||
"""Tests for :mod:`sphinx.ext.napoleon.docstring` module."""
|
||||
|
||||
import re
|
||||
import sys
|
||||
|
@ -1,6 +1,4 @@
|
||||
"""Tests for :mod:`sphinx.ext.napoleon.iterators` module.
|
||||
|
||||
"""
|
||||
"""Tests for :mod:`sphinx.ext.napoleon.iterators` module."""
|
||||
|
||||
from unittest import TestCase
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user