There was an error while loading. Please reload this page.
1 parent 01c089c commit e5db34bCopy full SHA for e5db34b
1 file changed
Doc/glossary.rst
@@ -509,8 +509,8 @@ Glossary
509
An :term:`iterator` that has produced all of its values is said to be
510
:dfn:`exhausted`.
511
Further attempts to get the next value (for example, calls to
512
- :py:func:`next`) raise :py:exc:`StopIteration`
513
- (or :py:exc:`StopAsyncIteration` in the case of an :term:`asynchronous
+ :func:`next`) raise :exc:`StopIteration`
+ (or :exc:`StopAsyncIteration` in the case of an :term:`asynchronous
514
iterator`).
515
516
expression
0 commit comments