]> granicus.if.org Git - python/commitdiff
Fix typo
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Oct 2010 19:36:37 +0000 (19:36 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Oct 2010 19:36:37 +0000 (19:36 +0000)
Lib/test/regrtest.py

index c4f1c8a8f5f08ba1d0c43b99f6deaac4dc1d8cfe..300cf3932e64b26e6e9c92d37a8749a8952352d2 100755 (executable)
@@ -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