mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
[doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
This commit is contained in:
parent
37118fa2e3
commit
32d595fdcd
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