Commit 7be31279 authored by Fred Drake's avatar Fred Drake

Oops, missed one bit of whitespace on the trunk only.

parent f22d2b49
......@@ -109,7 +109,7 @@ class DateTimeTests(unittest.TestCase):
# Compare representations as it's the
# only way to compare the dates to the same accuracy
self.assertEqual(repr(dt), repr(dt1))
def testDayOfWeek(self):
'''strftime() used to always be passed a day of week of 0.'''
dt = DateTime('2000/6/16')
......
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