Skip to content
Snippets Groups Projects
Unverified Commit 92d2615d authored by Jelle Zijlstra's avatar Jelle Zijlstra Committed by GitHub
Browse files

[3.9] bpo-46586: Fix more erroneous doc links to builtins (GH-31429) (#92199)


Co-authored-by: default avatarJelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: default avatarÉric <merwok@netwok.org&gt;.>
(cherry picked from commit cc6ae4f4)

Co-authored-by: default avatarMeer Suri <46469858+meersuri@users.noreply.github.com>
parent 1b1c79c5
Branches
Tags
No related merge requests found
......@@ -734,7 +734,7 @@ The following attribute and methods should only be used by classes derived from
This method, if implemented, will be called by the parent
:class:`OpenerDirector`. It should return a file-like object as described in
the return value of the :meth:`open` of :class:`OpenerDirector`, or ``None``.
the return value of the :meth:`~OpenerDirector.open` method of :class:`OpenerDirector`, or ``None``.
It should raise :exc:`~urllib.error.URLError`, unless a truly exceptional
thing happens (for example, :exc:`MemoryError` should not be mapped to
:exc:`URLError`).
......
......@@ -289,7 +289,7 @@ ZipFile Objects
compressed text files in :term:`universal newlines` mode.
.. versionchanged:: 3.6
:meth:`open` can now be used to write files into the archive with the
:meth:`ZipFile.open` can now be used to write files into the archive with the
``mode='w'`` option.
.. versionchanged:: 3.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment