Merge pull request #3188 from volundmush/py_adjustment

Py adjustment
This commit is contained in:
Griatch 2023-05-21 10:49:16 +02:00 committed by GitHub
commit 8360f178de
3 changed files with 11 additions and 13 deletions

View file

@ -56,7 +56,7 @@ class TestDedent(TestCase):
class TestListToString(TestCase):
"""
Default function header from utils.py:
Default function header from time.py:
list_to_string(inlist, sep=",", endsep=", and", addquote=False)
Examples:
@ -175,7 +175,7 @@ class TestANSIString(TestCase):
class TestTimeformat(TestCase):
"""
Default function header from utils.py:
Default function header from time.py:
time_format(seconds, style=0)
"""