]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in error message
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 30 Jun 2003 19:22:12 +0000 (19:22 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 30 Jun 2003 19:22:12 +0000 (19:22 +0000)
Lib/test/test_strptime.py

index e49a1ba8c6cc5018c9df3b1feca90b92df40da9e..2966e22a5c8c73946c0abb5d04c7ae90f2025ae6 100644 (file)
@@ -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