commit | 4dfd458611b706055deccb024f8bf9f27a9e97d6 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed May 14 21:38:03 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed May 14 21:38:03 1997 +0000 |
tree | b50464594775d3d32617ab56ff160aaa2a8fbc3d | |
parent | c1c96d1b5c5b94edc84c057278a29f4aa7a32453 [diff] [blame] |
Fix typo in error reporting.
diff --git a/Lib/test/test_strftime.py b/Lib/test/test_strftime.py index f568970..1fa03f2 100755 --- a/Lib/test/test_strftime.py +++ b/Lib/test/test_strftime.py
@@ -105,7 +105,7 @@ except ValueError, result: if verbose: print "Error for nonstandard '%s' format (%s): %s" % \ - (e[0], e[2], str(error)) + (e[0], e[2], str(result)) continue if result == e[1]: if verbose: