summaryrefslogtreecommitdiffstats
path: root/Lib/io.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/io.py')
-rw-r--r--Lib/io.py2
1 files changed, 1 insertions, 1 deletions
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)