We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e4976 commit b2bc1d9Copy full SHA for b2bc1d9
Doc/c-api/iterator.rst
@@ -73,7 +73,7 @@ Other Iterator Objects
73
Type objects for iterators of various built-in objects.
74
75
Do not create instances of these directly; prefer calling
76
- :func:`PyObject_GetIter` instead.
+ :c:func:`PyObject_GetIter` instead.
77
78
Note that there is no guarantee that a given built-in type uses a given iterator
79
type. For example, iterating over :class:`range` will use one of two iterator
0 commit comments