summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.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/dis.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/dis.rst')
-rw-r--r--Doc/library/dis.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 2dd11e0..e392058 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -1,5 +1,5 @@
-:mod:`dis` --- Disassembler for Python bytecode
-===============================================
+:mod:`!dis` --- Disassembler for Python bytecode
+================================================
.. module:: dis
:synopsis: Disassembler for Python bytecode.