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 9c18f75 commit 3c2781dCopy full SHA for 3c2781d
Doc/c-api/iter.rst
@@ -54,6 +54,6 @@ There are two functions specifically for working with iterators.
54
55
- ``PYGEN_RETURN`` if iterator returns. Return value is returned via *presult*.
56
- ``PYGEN_NEXT`` if iterator yields. Yielded value is returned via *presult*.
57
- - ``PYGEN_ERROR`` if iterator has raised and exception. *presult* is set to ``NULL``.
+ - ``PYGEN_ERROR`` if iterator has raised an exception. *presult* is set to ``NULL``.
58
59
.. versionadded:: 3.10
0 commit comments