mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[3.11] [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140) (GH-94293)
(cherry picked from commit 32d595fdcd)
Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>
Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>
This commit is contained in:
parent
f0f3a424af
commit
ad23df97ed
1 changed files with 2 additions and 2 deletions
|
|
@ -2523,11 +2523,11 @@ Slot Type typedefs
|
|||
|
||||
.. c:type:: PyObject *(*descrgetfunc)(PyObject *, PyObject *, PyObject *)
|
||||
|
||||
See :c:member:`~PyTypeObject.tp_descrget`.
|
||||
See :c:member:`~PyTypeObject.tp_descr_get`.
|
||||
|
||||
.. c:type:: int (*descrsetfunc)(PyObject *, PyObject *, PyObject *)
|
||||
|
||||
See :c:member:`~PyTypeObject.tp_descrset`.
|
||||
See :c:member:`~PyTypeObject.tp_descr_set`.
|
||||
|
||||
.. c:type:: Py_hash_t (*hashfunc)(PyObject *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue