diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2023-12-03 17:32:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-03 17:32:49 (GMT) |
commit | 45650d1c479a8b0370f126d821718dd3c502f333 (patch) | |
tree | 863e76b2e5b116081ec9d62bda9840a0851e6004 /Doc/reference | |
parent | c27b09c81368bc3b756e94a79a39307ce44a4a2c (diff) | |
download | cpython-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.rst | 2 |
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 ^^^^^^^^^^^^^^^^ |