diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_strptime.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_strptime.py b/Lib/test/test_strptime.py index e49a1ba..2966e22 100644 --- a/Lib/test/test_strptime.py +++ b/Lib/test/test_strptime.py @@ -310,7 +310,7 @@ class StrptimeTests(unittest.TestCase): else: self.failUnless(strp_output[8] == -1, "LocaleTime().timezone has duplicate values but " - "timzone value not set to -1") + "timezone value not set to -1") def test_date_time(self): # Test %c directive |