Kaydet (Commit) 597ba7e3 authored tarafından Andrew Svetlov's avatar Andrew Svetlov

Issue #17215: Fix documentation misprints (patch by July Tikhonov)

...@@ -326,7 +326,7 @@ ABC hierarchy:: ...@@ -326,7 +326,7 @@ ABC hierarchy::
.. class:: FileLoader(fullname, path) .. class:: FileLoader(fullname, path)
An abstract base class which inherits from :class:`ResourceLoader` and An abstract base class which inherits from :class:`ResourceLoader` and
:class:`ExecutionLoader`, providing concreate implementations of :class:`ExecutionLoader`, providing concrete implementations of
:meth:`ResourceLoader.get_data` and :meth:`ExecutionLoader.get_filename`. :meth:`ResourceLoader.get_data` and :meth:`ExecutionLoader.get_filename`.
The *fullname* argument is a fully resolved name of the module the loader is The *fullname* argument is a fully resolved name of the module the loader is
......
...@@ -110,7 +110,7 @@ High-level Module Interface ...@@ -110,7 +110,7 @@ High-level Module Interface
:func:`os.stat`) if possible. :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. This is an alias for the builtin :func:`open` function.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment