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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user