Complete overhaul from start to finish.

This commit is contained in:
Andrew Bastien 2023-05-11 14:58:49 -04:00
parent 3d3bd5e9d7
commit ff6f0bebb8
3 changed files with 10 additions and 12 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)
"""