This commit is contained in:
Luke Rogers 2013-12-11 17:31:57 +13:00
parent e94c607b3e
commit cda99f1852
3 changed files with 8 additions and 4 deletions

View file

@ -7,7 +7,7 @@ def format_time(seconds, count=3, accuracy=6, simple=False):
SIMPLE: displays the time in a simple format
>>> format_time(SECONDS)
1 hour, 2 minutes, and 34 seconds
1 hour, 2 minutes and 34 seconds
>>> format_time(SECONDS, simple=True)
1h 2m 34s