diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-08 19:52:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 19:52:39 (GMT) |
commit | c33bba6eb3dca67f8cc85a1a24521107feeeed25 (patch) | |
tree | 3612cb6deac5d945e2423cb079aa3b49b624ec97 /Doc/library/urllib.request.rst | |
parent | c6680cdc5a7bfe7684af4dba981383cc80c889a8 (diff) | |
download | cpython-c33bba6eb3dca67f8cc85a1a24521107feeeed25.zip cpython-c33bba6eb3dca67f8cc85a1a24521107feeeed25.tar.gz cpython-c33bba6eb3dca67f8cc85a1a24521107feeeed25.tar.bz2 |
[3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790)
docs: module page titles should not start with a link to themselves (GH-117099)
(cherry picked from commit bcb435ee8ff41b5ec5d879ee0b6651f146a66151)
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index c1e60a4..bd39f2c 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -1,5 +1,5 @@ -:mod:`urllib.request` --- Extensible library for opening URLs -============================================================= +:mod:`!urllib.request` --- Extensible library for opening URLs +============================================================== .. module:: urllib.request :synopsis: Extensible library for opening URLs. |