commit | 316414e435988864a6d475dbfefbc0ebdf0fbe2d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Oct 30 17:42:20 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Oct 30 17:42:20 2007 +0000 |
tree | 3e4b577c85d26208fcc8880ad7b8b172e2cfce44 | |
parent | 2dced8b602df10531cab6cd87da5503c06f14888 [diff] [blame] |
Fix typo.
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 @@ 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)