summaryrefslogtreecommitdiffstats
path: root/Doc/library/io.rst
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2013-02-17 14:55:58 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2013-02-17 14:55:58 (GMT)
commita60de4f14f7349cd54e8020cdfafeb3c89561587 (patch)
tree61802f2e670a76276ff117c35163b14fee3414ff /Doc/library/io.rst
parentd0dbb20f5fcd5829f4bdc194d970d9e4d80e92bc (diff)
downloadcpython-a60de4f14f7349cd54e8020cdfafeb3c89561587.zip
cpython-a60de4f14f7349cd54e8020cdfafeb3c89561587.tar.gz
cpython-a60de4f14f7349cd54e8020cdfafeb3c89561587.tar.bz2
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
Diffstat (limited to 'Doc/library/io.rst')
-rw-r--r--Doc/library/io.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst
index 98e0358..d30c5fd 100644
--- a/Doc/library/io.rst
+++ b/Doc/library/io.rst
@@ -110,7 +110,7 @@ High-level Module Interface
:func:`os.stat`) if possible.
-.. function:: open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True)
+.. function:: open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None)
This is an alias for the builtin :func:`open` function.