Fix typo.

This commit is contained in:
Georg Brandl 2007-10-30 17:42:20 +00:00
parent 2dced8b602
commit 316414e435

View file

@ -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)