From 2b40efdfe8413b0fc6c82b90c94385e9f30352d1 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Fri, 29 Oct 2010 19:36:37 +0000 Subject: [PATCH] Fix typo --- Lib/test/regrtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index c4f1c8a8f5..300cf3932e 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 -- 2.40.0