[Python-3000-checkins] r58714 - python/branches/py3k/Lib/io.py

georg.brandl python-3000-checkins at python.org
Tue Oct 30 18:42:20 CET 2007


Author: georg.brandl
Date: Tue Oct 30 18:42:20 2007
New Revision: 58714

Modified:
   python/branches/py3k/Lib/io.py
Log:
Fix typo.


Modified: python/branches/py3k/Lib/io.py
==============================================================================
--- python/branches/py3k/Lib/io.py	(original)
+++ python/branches/py3k/Lib/io.py	Tue Oct 30 18:42:20 2007
@@ -87,7 +87,7 @@
                a filename is given.
 
     (*) If a file descriptor is given, it is closed when the returned
-    I/O object is closed, unless closefd=False is give.
+    I/O object is closed, unless closefd=False is given.
 
     Mode strings characters:
       'r': open for reading (default)


More information about the Python-3000-checkins mailing list