Add automatic docstring formatter and apply

This commit is contained in:
Dominik Muhs
2019-10-24 08:41:10 +02:00
parent 30aeb35122
commit eef505f2d9
74 changed files with 565 additions and 760 deletions

View File

@ -1,6 +1,4 @@
"""
General catchall for functions that don't make sense as methods.
"""
"""General catchall for functions that don't make sense as methods."""
import asyncio
import hashlib
import operator
@ -19,8 +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.
"""
@ -35,8 +33,7 @@ class OrderedSet(list):
def shared_prefix(args):
"""
Find the shared prefix between the strings.
"""Find the shared prefix between the strings.
For instance: