mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
fix pydocstyle
This commit is contained in:
parent
3e7ce8ce31
commit
ecc21489d4
2 changed files with 1 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ class Tail(object):
|
|||
"""Represents a tail command."""
|
||||
|
||||
def __init__(self, tailed_file):
|
||||
"""Initiate a Tail instance.
|
||||
"""Initialize a Tail instance.
|
||||
|
||||
Check for file validity, assigns callback function to standard out.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue