diff options
author | Stanley <46876382+slateny@users.noreply.github.com> | 2022-10-26 03:26:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 03:26:28 (GMT) |
commit | 268129a74f01adb7bb14cd71d1f38378e39d304d (patch) | |
tree | 88fca273962c4f769c0c47d52cdcb0156cc34762 /Doc/reference | |
parent | 0ca6a4d64086055a8a3aa4b4c024fc080de148ab (diff) | |
download | cpython-268129a74f01adb7bb14cd71d1f38378e39d304d.zip cpython-268129a74f01adb7bb14cd71d1f38378e39d304d.tar.gz cpython-268129a74f01adb7bb14cd71d1f38378e39d304d.tar.bz2 |
docs: Change links to label refs (#98454)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
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 9dacd66..301f41f 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -1904,6 +1904,8 @@ Attribute lookup speed can be significantly improved as well. and *__weakref__* for each instance. +.. _datamodel-note-slots: + Notes on using *__slots__* """""""""""""""""""""""""" |