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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09e2cb0ba70aeb52bf6562120103573d7f65cbd6;p=python [Bug #962631] Fix typo reported by Bryan Blackburn --- diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py index 8e279ce520..8786094a97 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)