summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-12-03 17:32:49 (GMT)
committerGitHub <noreply@github.com>2023-12-03 17:32:49 (GMT)
commit45650d1c479a8b0370f126d821718dd3c502f333 (patch)
tree863e76b2e5b116081ec9d62bda9840a0851e6004 /Doc/reference
parentc27b09c81368bc3b756e94a79a39307ce44a4a2c (diff)
downloadcpython-45650d1c479a8b0370f126d821718dd3c502f333.zip
cpython-45650d1c479a8b0370f126d821718dd3c502f333.tar.gz
cpython-45650d1c479a8b0370f126d821718dd3c502f333.tar.bz2
gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/datamodel.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index f7d3d2d..29298b7 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -634,6 +634,8 @@ code object; see the description of internal types below. The
module.
+.. _instance-methods:
+
Instance methods
^^^^^^^^^^^^^^^^