Skip to content

Commit 9fd5872

Browse files
committed
fix lint
1 parent c8e2704 commit 9fd5872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/multiprocessing/resource_tracker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ def __del__(self):
8383
self._stop()
8484
except AttributeError:
8585
# AttributeError is likely caused by module teardown
86-
# > __del__() can be executed during interpreter shutdown. As a
87-
# > consequence, the global variables it needs to access (including
86+
# > __del__() can be executed during interpreter shutdown. As a
87+
# > consequence, the global variables it needs to access (including
8888
# > other modules) may already have been deleted or set to None.
8989
# see https://docs.python.org/3/reference/datamodel.html#object.__del__
9090
pass

0 commit comments

Comments
 (0)