Skip to content

Commit 70d9d74

Browse files
authored
Updated documentation for FOR_ITER (GH-19113)
Added a comma to make the sentence less confusing.
1 parent 188078c commit 70d9d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ All of the following opcodes use their arguments.
986986

987987
TOS is an :term:`iterator`. Call its :meth:`~iterator.__next__` method. If
988988
this yields a new value, push it on the stack (leaving the iterator below
989-
it). If the iterator indicates it is exhausted TOS is popped, and the byte
989+
it). If the iterator indicates it is exhausted, TOS is popped, and the byte
990990
code counter is incremented by *delta*.
991991

992992

0 commit comments

Comments
 (0)