mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
#5341: fix parenthesis placement.
This commit is contained in:
parent
6be85c52eb
commit
4c247d639f
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ Glossary
|
|||
|
||||
iterator
|
||||
An object representing a stream of data. Repeated calls to the iterator's
|
||||
:meth:`__next__` (or passing it to the built-in function) :func:`next`
|
||||
:meth:`__next__` (or passing it to the built-in function :func:`next`)
|
||||
method return successive items in the stream. When no more data are
|
||||
available a :exc:`StopIteration` exception is raised instead. At this
|
||||
point, the iterator object is exhausted and any further calls to its
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue