Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81b61bd

Browse files
committed
TemporaryFileWrapper: fixed typo in new comment.
1 parent 8d3ce5a commit 81b61bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/tempfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class TemporaryFileWrapper:
130130
"""
131131

132132
# Cache the unlinker so we don't get spurious errors at shutdown
133-
# when the module-level "os" in None'd out. Note that this must
133+
# when the module-level "os" is None'd out. Note that this must
134134
# be referenced as self.unlink, because the name TemporaryFileWrapper
135135
# may also get None'd out before __del__ is called.
136136
unlink = os.unlink

0 commit comments

Comments
 (0)