TemporaryFileWrapper: fixed typo in new comment.

This commit is contained in:
Tim Peters 2001-12-18 23:22:01 +00:00
parent 8d3ce5a6b3
commit 81b61bdc1a
1 changed files with 1 additions and 1 deletions

View File

@ -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