Commit 3106817c authored by Neal Norwitz's avatar Neal Norwitz

Fix typo in error message

parent 220e8394
...@@ -310,7 +310,7 @@ class StrptimeTests(unittest.TestCase): ...@@ -310,7 +310,7 @@ class StrptimeTests(unittest.TestCase):
else: else:
self.failUnless(strp_output[8] == -1, self.failUnless(strp_output[8] == -1,
"LocaleTime().timezone has duplicate values but " "LocaleTime().timezone has duplicate values but "
"timzone value not set to -1") "timezone value not set to -1")
def test_date_time(self): def test_date_time(self):
# Test %c directive # Test %c directive
......
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