Skip to content

Commit 0a76a3a

Browse files
Daniel CostaDaniel Costa
Daniel Costa
authored and
Daniel Costa
committed
now respects summary in a single line
1 parent b204f11 commit 0a76a3a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/tests/test_validate_docstrings.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,10 @@ def good_imports(self):
231231

232232
def does_nothing(self, x):
233233
"""
234-
Do nothing and always return none, but might
235-
return nothing as well.
234+
Do nothing and always return none.
235+
236+
But in other cases it might also
237+
return nothing at all.
236238
237239
Parameters
238240
----------

0 commit comments

Comments
 (0)