From: Andrew M. Kuchling Date: Tue, 1 Jun 2004 12:48:19 +0000 (+0000) Subject: [Bug #962631] Fix typo reported by Bryan Blackburn X-Git-Tag: v2.4a1~322 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09e2cb0ba70aeb52bf6562120103573d7f65cbd6;p=thirdparty%2FPython%2Fcpython.git [Bug #962631] Fix typo reported by Bryan Blackburn --- diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py index 8e279ce52064..8786094a974e 100644 --- a/Lib/test/test_sax.py +++ b/Lib/test/test_sax.py @@ -27,7 +27,7 @@ def confirm(outcome, name): tests = tests + 1 if outcome: if verbose: - print "Failed", name + print "Passed", name else: failures.append(name)