mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo
This commit is contained in:
parent
c14efc4e80
commit
2b40efdfe8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue