Skip to content

Commit e5db34b

Browse files
Apply suggestion from @StanFromIreland
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 01c089c commit e5db34b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/glossary.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ Glossary
509509
An :term:`iterator` that has produced all of its values is said to be
510510
:dfn:`exhausted`.
511511
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
512+
:func:`next`) raise :exc:`StopIteration`
513+
(or :exc:`StopAsyncIteration` in the case of an :term:`asynchronous
514514
iterator`).
515515

516516
expression

0 commit comments

Comments
 (0)