summaryrefslogtreecommitdiffstats
path: root/Doc/library/struct.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-08 19:42:01 (GMT)
committerGitHub <noreply@github.com>2024-05-08 19:42:01 (GMT)
commitb83b3cb9daf19560a171867b42d412a72b2bc4f5 (patch)
treee5c409b1c1177a7cdc378d507604f16fb545ef38 /Doc/library/struct.rst
parente652dae6ebefd9ce55bb7e15a176cd0b3ff1303f (diff)
downloadcpython-b83b3cb9daf19560a171867b42d412a72b2bc4f5.zip
cpython-b83b3cb9daf19560a171867b42d412a72b2bc4f5.tar.gz
cpython-b83b3cb9daf19560a171867b42d412a72b2bc4f5.tar.bz2
[3.12] docs: module page titles should not start with a link to themselves (GH-117099) (#118791)
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/struct.rst')
-rw-r--r--Doc/library/struct.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/struct.rst b/Doc/library/struct.rst
index 5de003f..346784d 100644
--- a/Doc/library/struct.rst
+++ b/Doc/library/struct.rst
@@ -1,5 +1,5 @@
-:mod:`struct` --- Interpret bytes as packed binary data
-=======================================================
+:mod:`!struct` --- Interpret bytes as packed binary data
+========================================================
.. module:: struct
:synopsis: Interpret bytes as packed binary data.