Skip to content

Commit ada8fdc

Browse files
Add references
Co-authored-by: Peter Bierma <[email protected]>
1 parent 1575fc2 commit ada8fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/object.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ Object Protocol
512512
.. c:function:: PyObject* PyObject_SelfIter(PyObject *obj)
513513
514514
This is equivalent to the Python ``__iter__(self): return self`` method.
515-
It is intended for iterator types, to be used in the ``tp_iter`` slot.
515+
It is intended for :term:`iterator` types, to be used in the :c:member:`PyTypeObject.tp_iter` slot.
516516
517517
518518
.. c:function:: PyObject* PyObject_GetAIter(PyObject *o)

0 commit comments

Comments
 (0)