fixed typos found by RETF rules

rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos

Change-Id: I64d4c236a3741d50f46cad3e6646ef93f739be7b
This commit is contained in:
Christian Berendt
2014-05-03 09:26:22 +02:00
parent ce741ea5bd
commit 122ad72fac

View File

@@ -114,7 +114,7 @@ def utcnow():
def iso8601_from_timestamp(timestamp):
"""Returns a iso8601 formatted date from timestamp."""
"""Returns an iso8601 formatted date from timestamp."""
return isotime(datetime.datetime.utcfromtimestamp(timestamp))