]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Tue, 30 Oct 2007 17:42:20 +0000 (17:42 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 30 Oct 2007 17:42:20 +0000 (17:42 +0000)
Lib/io.py

index d7709c45941dbf1e3550fcd5458e3d8051e5ab0f..cbbcc26be31011fe1727b6c68f013323874a198c 100644 (file)
--- a/Lib/io.py
+++ b/Lib/io.py
@@ -87,7 +87,7 @@ def open(file, mode="r", buffering=None, encoding=None, newline=None,
                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)