Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09e2cb0

Browse files
committed
[Bug #962631] Fix typo reported by Bryan Blackburn
1 parent 41bd022 commit 09e2cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_sax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def confirm(outcome, name):
2727
tests = tests + 1
2828
if outcome:
2929
if verbose:
30-
print "Failed", name
30+
print "Passed", name
3131
else:
3232
failures.append(name)
3333

0 commit comments

Comments
 (0)