summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorMeer Suri <46469858+meersuri@users.noreply.github.com>2022-05-02 22:32:44 (GMT)
committerGitHub <noreply@github.com>2022-05-02 22:32:44 (GMT)
commitcc6ae4f4835f9e76a34f24cd1f666c1cc0fecfa3 (patch)
treec1605066b071e4be3b5f2b6f1a1538e5aa313245 /Doc/library/urllib.request.rst
parent5e9323a54724079796688425dd32f2683f81b56f (diff)
downloadcpython-cc6ae4f4835f9e76a34f24cd1f666c1cc0fecfa3.zip
cpython-cc6ae4f4835f9e76a34f24cd1f666c1cc0fecfa3.tar.gz
cpython-cc6ae4f4835f9e76a34f24cd1f666c1cc0fecfa3.tar.bz2
bpo-46586: Fix more erroneous doc links to builtins (#31429)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Éric <merwok@netwok.org>
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r--Doc/library/urllib.request.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index 3823981..491ef02 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -739,7 +739,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`).