mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
Updated documentation for FOR_ITER (GH-19113)
Added a comma to make the sentence less confusing.
This commit is contained in:
parent
188078c39d
commit
70d9d74411
1 changed files with 1 additions and 1 deletions
|
@ -986,7 +986,7 @@ All of the following opcodes use their arguments.
|
||||||
|
|
||||||
TOS is an :term:`iterator`. Call its :meth:`~iterator.__next__` method. If
|
TOS is an :term:`iterator`. Call its :meth:`~iterator.__next__` method. If
|
||||||
this yields a new value, push it on the stack (leaving the iterator below
|
this yields a new value, push it on the stack (leaving the iterator below
|
||||||
it). If the iterator indicates it is exhausted TOS is popped, and the byte
|
it). If the iterator indicates it is exhausted, TOS is popped, and the byte
|
||||||
code counter is incremented by *delta*.
|
code counter is incremented by *delta*.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue