commit | 3db4686b61a04e2017ac840dadeaf26ddf3f4730 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Oct 29 16:56:50 2007 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Oct 29 16:56:50 2007 +0000 |
tree | d5aefe9636d4ece8423daf6db6c8de25a078c4b6 | |
parent | 5d2125596844b507e213b7b671cfe8d18902d437 [diff] [blame] |
fix typo
diff --git a/Lib/tempfile.py b/Lib/tempfile.py index d725a9d..85d58e6 100644 --- a/Lib/tempfile.py +++ b/Lib/tempfile.py
@@ -497,7 +497,7 @@ else: # Setting newline="\n" avoids newline translation; # this is important because otherwise on Windows we'd - # hget double newline translation upon rollover(). + # get double newline translation upon rollover(). self._file = _io.StringIO(encoding=encoding, newline="\n") self._max_size = max_size self._rolled = False