summaryrefslogtreecommitdiffstats
path: root/Doc/library/atexit.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-08 19:52:39 (GMT)
committerGitHub <noreply@github.com>2024-05-08 19:52:39 (GMT)
commitc33bba6eb3dca67f8cc85a1a24521107feeeed25 (patch)
tree3612cb6deac5d945e2423cb079aa3b49b624ec97 /Doc/library/atexit.rst
parentc6680cdc5a7bfe7684af4dba981383cc80c889a8 (diff)
downloadcpython-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/atexit.rst')
-rw-r--r--Doc/library/atexit.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/atexit.rst b/Doc/library/atexit.rst
index 43a8bd2..02d2f08 100644
--- a/Doc/library/atexit.rst
+++ b/Doc/library/atexit.rst
@@ -1,5 +1,5 @@
-:mod:`atexit` --- Exit handlers
-===============================
+:mod:`!atexit` --- Exit handlers
+================================
.. module:: atexit
:synopsis: Register and execute cleanup functions.