Author: fred.drake
Date: Mon Oct 29 17:56:50 2007
New Revision: 58702

Modified:
   python/branches/py3k/Lib/tempfile.py
Log:
fix typo

Modified: python/branches/py3k/Lib/tempfile.py
==============================================================================
--- python/branches/py3k/Lib/tempfile.py        (original)
+++ python/branches/py3k/Lib/tempfile.py        Mon Oct 29 17:56:50 2007
@@ -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
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to