diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-29 19:36:37 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-29 19:36:37 (GMT) |
commit | 2b40efdfe8413b0fc6c82b90c94385e9f30352d1 (patch) | |
tree | 6c1adf398f1360c24d0fef6d526b8ccbe74602f5 /Lib/test/regrtest.py | |
parent | c14efc4e806c4e65ba07fbec3c5515b8ea14ac13 (diff) | |
download | cpython-2b40efdfe8413b0fc6c82b90c94385e9f30352d1.zip cpython-2b40efdfe8413b0fc6c82b90c94385e9f30352d1.tar.gz cpython-2b40efdfe8413b0fc6c82b90c94385e9f30352d1.tar.bz2 |
Fix typo
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index c4f1c8a..300cf39 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -982,7 +982,7 @@ def cleanup_test_droppings(testname, verbose): # First kill any dangling references to open files etc. # This can also issue some ResourceWarnings which would otherwise get - # triggered during the following test run, and possible produce failures. + # triggered during the following test run, and possibly produce failures. gc.collect() # Try to clean up junk commonly left behind. While tests shouldn't leave |