Enforce pre-summary newline in docstrings

This commit is contained in:
Dominik Muhs
2019-10-24 20:10:45 +02:00
parent 87ed98d7af
commit bafdd8512d
52 changed files with 349 additions and 199 deletions

View File

@ -17,7 +17,8 @@ def digest(string):
class OrderedSet(list):
"""Acts like a list in all ways, except in the behavior of the.
"""
Acts like a list in all ways, except in the behavior of the.
:meth:`push` method.
"""
@ -33,7 +34,8 @@ class OrderedSet(list):
def shared_prefix(args):
"""Find the shared prefix between the strings.
"""
Find the shared prefix between the strings.
For instance: