Skip to content

Commit

Permalink
Add references
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
  • Loading branch information
hroncok and ZeroIntensity authored Dec 12, 2024
1 parent 1575fc2 commit ada8fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ Object Protocol
.. c:function:: PyObject* PyObject_SelfIter(PyObject *obj)
This is equivalent to the Python ``__iter__(self): return self`` method.
It is intended for iterator types, to be used in the ``tp_iter`` slot.
It is intended for :term:`iterator` types, to be used in the :c:member:`PyTypeObject.tp_iter` slot.
.. c:function:: PyObject* PyObject_GetAIter(PyObject *o)
Expand Down

0 comments on commit ada8fdc

Please sign in to comment.