Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 597ba7e

Browse files
committed
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
2 parents 1014b6c + a60de4f commit 597ba7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ ABC hierarchy::
326326
.. class:: FileLoader(fullname, path)
327327

328328
An abstract base class which inherits from :class:`ResourceLoader` and
329-
:class:`ExecutionLoader`, providing concreate implementations of
329+
:class:`ExecutionLoader`, providing concrete implementations of
330330
:meth:`ResourceLoader.get_data` and :meth:`ExecutionLoader.get_filename`.
331331

332332
The *fullname* argument is a fully resolved name of the module the loader is

Doc/library/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ High-level Module Interface
110110
:func:`os.stat`) if possible.
111111

112112

113-
.. function:: open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True)
113+
.. function:: open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None)
114114

115115
This is an alias for the builtin :func:`open` function.
116116

0 commit comments

Comments
 (0)