Browse Source
Updated documentation for FOR_ITER (GH-19113)
Added a comma to make the sentence less confusing.
pull/19132/head
laike9m
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Doc/library/dis.rst
|
|
|
@ -986,7 +986,7 @@ All of the following opcodes use their arguments. |
|
|
|
|
|
|
|
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 |
|
|
|
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*. |
|
|
|
|
|
|
|
|
|
|
|
|