commit | 3106817c68a79c5e718ff61db34b7d363724ffd5 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Jun 30 19:22:12 2003 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Jun 30 19:22:12 2003 +0000 |
tree | 060de5a9161c27fe105018d27155fc50229deddb | |
parent | 220e83946d3b8daa96eabe08c500ca92273ec391 [diff] [blame] |
Fix typo in error message
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 @@ 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