Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 53a312a

Browse files
committed
Address test failures from merge
1 parent d12c92a commit 53a312a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/test_cases/sections.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def no_underline():
4949
@expect(_D213)
5050
@expect("D407: Missing dashed underline after section ('Returns')")
5151
def no_underline():
52-
"""Valid headline.
52+
"""Toggle the gizmo.
5353
5454
Returns
5555
@@ -62,7 +62,7 @@ def no_underline():
6262
@expect("D411: Missing blank line before section ('Yields')")
6363
@expect("D414: Section has no content ('Yields')")
6464
def consecutive_sections():
65-
"""Valid headline.
65+
"""Toggle the gizmo.
6666
6767
Returns
6868
-------
@@ -156,7 +156,7 @@ def section_underline_overindented():
156156
@expect("D413: Missing blank line after last section ('Returns')")
157157
@expect("D414: Section has no content ('Returns')")
158158
def section_underline_overindented_and_contentless():
159-
"""Valid headline.
159+
"""Toggle the gizmo.
160160
161161
Returns
162162
-------

0 commit comments

Comments
 (0)