Commit a641b787 authored by Andreas Jung's avatar Andreas Jung

typos

parent daedce19
......@@ -1489,10 +1489,10 @@ class DateTime:
zself = self + tzdiff/86400.0
microseconds = int((zself._second - zself._nearsec) * 1000000)
# Note: in older version strftime() accept also unicode strings
# Note: in older versions strftime() accepted also unicode strings
# as format strings (just because time.strftime() did not perform
# any type checking). So we convert unicode strings to utf8,
# pass them to strftime and convert them back to unicode if necessary
# pass them to strftime and convert them back to unicode if necessary.
format_is_unicode = False
if isinstance(format, unicode):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment