From: Guido van Rossum Date: Wed, 14 May 1997 21:38:03 +0000 (+0000) Subject: Fix typo in error reporting. X-Git-Tag: v1.5a2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dfd458611b706055deccb024f8bf9f27a9e97d6;p=python Fix typo in error reporting. --- diff --git a/Lib/test/test_strftime.py b/Lib/test/test_strftime.py index f568970913..1fa03f26bb 100755 --- a/Lib/test/test_strftime.py +++ b/Lib/test/test_strftime.py @@ -105,7 +105,7 @@ def strftest(now): 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: