diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-07-23 11:50:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-23 11:50:21 (GMT) |
commit | 95a82dcbe74d1ed226a3df0763546f27bd5a6f61 (patch) | |
tree | 0d8bb08b3aa8bcc9a20d48c25bb46f8d56fb3102 /Doc/c-api/typeobj.rst | |
parent | 074fcf15fa13f09c85e27f53951ef84d02d95454 (diff) | |
download | cpython-95a82dcbe74d1ed226a3df0763546f27bd5a6f61.zip cpython-95a82dcbe74d1ed226a3df0763546f27bd5a6f61.tar.gz cpython-95a82dcbe74d1ed226a3df0763546f27bd5a6f61.tar.bz2 |
[3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)
(cherry picked from commit 08a228da05a7aec937b65eea21f4091fa3c6b5cf)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/c-api/typeobj.rst')
-rw-r--r-- | Doc/c-api/typeobj.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 33591ed..9aa076b 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -2255,8 +2255,8 @@ Number Object Structures .. note:: - The :c:data:`nb_reserved` field should always be ``NULL``. It - was previously called :c:data:`nb_long`, and was renamed in + The :c:member:`~PyNumberMethods.nb_reserved` field should always be ``NULL``. It + was previously called :c:member:`!nb_long`, and was renamed in Python 3.0.1. .. c:member:: binaryfunc PyNumberMethods.nb_add |