Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
fix typo in tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Mar 20, 2012
1 parent 8782ce3 commit 7a521bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main():
# Exit
from sys import exit
if nerrors:
print("%s ERRORS!" % nerror)
print("%s ERRORS!" % nerrors)
exit(1)
else:
print("%s tests succeed (%s skipped)" % (ntests, nskipped))
Expand Down

0 comments on commit 7a521bb

Please sign in to comment.