mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Enforce pre-summary newline in docstrings
This commit is contained in:
@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user