mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
TemporaryFileWrapper: fixed typo in new comment.
This commit is contained in:
parent
8d3ce5a6b3
commit
81b61bdc1a
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class TemporaryFileWrapper:
|
|||
"""
|
||||
|
||||
# Cache the unlinker so we don't get spurious errors at shutdown
|
||||
# when the module-level "os" in None'd out. Note that this must
|
||||
# when the module-level "os" is None'd out. Note that this must
|
||||
# be referenced as self.unlink, because the name TemporaryFileWrapper
|
||||
# may also get None'd out before __del__ is called.
|
||||
unlink = os.unlink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue