From: Georg Brandl Date: Tue, 30 Oct 2007 17:42:20 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.0a2~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=316414e435988864a6d475dbfefbc0ebdf0fbe2d;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Lib/io.py b/Lib/io.py index d7709c45941d..cbbcc26be310 100644 --- 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)