Skip to content

Commit b2bc1d9

Browse files
Update Doc/c-api/iterator.rst
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 69e4976 commit b2bc1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/iterator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Other Iterator Objects
7373
Type objects for iterators of various built-in objects.
7474
7575
Do not create instances of these directly; prefer calling
76-
:func:`PyObject_GetIter` instead.
76+
:c:func:`PyObject_GetIter` instead.
7777
7878
Note that there is no guarantee that a given built-in type uses a given iterator
7979
type. For example, iterating over :class:`range` will use one of two iterator

0 commit comments

Comments
 (0)