From 316414e435988864a6d475dbfefbc0ebdf0fbe2d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 30 Oct 2007 17:42:20 +0000 Subject: Fix typo. --- Lib/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/io.py b/Lib/io.py index d7709c4..cbbcc26 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) -- cgit v0.12