File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1016,7 +1016,7 @@ def use_closed():
1016
1016
self .assertRaises (ValueError , use_closed )
1017
1017
1018
1018
def test_context_man_not_del_on_close_if_delete_on_close_false (self ):
1019
- # Issue gh-58451: tempfile.NamedTemporaryFile is not particulary useful
1019
+ # Issue gh-58451: tempfile.NamedTemporaryFile is not particularly useful
1020
1020
# on Windows
1021
1021
# A NamedTemporaryFile is NOT deleted when closed if
1022
1022
# delete_on_close=False, but is deleted on context manager exit
@@ -1608,7 +1608,7 @@ def test_explicit_cleanup(self):
1608
1608
finally :
1609
1609
os .rmdir (dir )
1610
1610
1611
- def test_explict_cleanup_ignore_errors (self ):
1611
+ def test_explicit_cleanup_ignore_errors (self ):
1612
1612
"""Test that cleanup doesn't return an error when ignoring them."""
1613
1613
with tempfile .TemporaryDirectory () as working_dir :
1614
1614
temp_dir = self .do_create (
You can’t perform that action at this time.
0 commit comments