Complete overhaul from start to finish.
This commit is contained in:
parent
3d3bd5e9d7
commit
ff6f0bebb8
3 changed files with 10 additions and 12 deletions
|
|
@ -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)
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue