diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2024-05-08 19:34:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 19:34:40 (GMT) |
commit | bcb435ee8ff41b5ec5d879ee0b6651f146a66151 (patch) | |
tree | 437b828428cdf46f82edb918b319a2d995c8c536 /Doc/library/quopri.rst | |
parent | 7b0c247f1c176e092777fce4677a00f22c738b3c (diff) | |
download | cpython-bcb435ee8ff41b5ec5d879ee0b6651f146a66151.zip cpython-bcb435ee8ff41b5ec5d879ee0b6651f146a66151.tar.gz cpython-bcb435ee8ff41b5ec5d879ee0b6651f146a66151.tar.bz2 |
docs: module page titles should not start with a link to themselves (#117099)
Diffstat (limited to 'Doc/library/quopri.rst')
-rw-r--r-- | Doc/library/quopri.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/quopri.rst b/Doc/library/quopri.rst index 86717c0..977cb08 100644 --- a/Doc/library/quopri.rst +++ b/Doc/library/quopri.rst @@ -1,5 +1,5 @@ -:mod:`quopri` --- Encode and decode MIME quoted-printable data -============================================================== +:mod:`!quopri` --- Encode and decode MIME quoted-printable data +=============================================================== .. module:: quopri :synopsis: Encode and decode files using the MIME quoted-printable encoding. |