summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.mock.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2024-05-08 19:34:40 (GMT)
committerGitHub <noreply@github.com>2024-05-08 19:34:40 (GMT)
commitbcb435ee8ff41b5ec5d879ee0b6651f146a66151 (patch)
tree437b828428cdf46f82edb918b319a2d995c8c536 /Doc/library/unittest.mock.rst
parent7b0c247f1c176e092777fce4677a00f22c738b3c (diff)
downloadcpython-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/unittest.mock.rst')
-rw-r--r--Doc/library/unittest.mock.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst
index ee4c7b2..9496c35 100644
--- a/Doc/library/unittest.mock.rst
+++ b/Doc/library/unittest.mock.rst
@@ -1,6 +1,5 @@
-
-:mod:`unittest.mock` --- mock object library
-============================================
+:mod:`!unittest.mock` --- mock object library
+=============================================
.. module:: unittest.mock
:synopsis: Mock object library.