Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3ce5a commit 81b61bdCopy full SHA for 81b61bd
1 file changed
Lib/tempfile.py
@@ -130,7 +130,7 @@ class TemporaryFileWrapper:
130
"""
131
132
# 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
+ # when the module-level "os" is None'd out. Note that this must
134
# be referenced as self.unlink, because the name TemporaryFileWrapper
135
# may also get None'd out before __del__ is called.
136
unlink = os.unlink
0 commit comments