We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188078c commit 70d9d74Copy full SHA for 70d9d74
Doc/library/dis.rst
@@ -986,7 +986,7 @@ All of the following opcodes use their arguments.
986
987
TOS is an :term:`iterator`. Call its :meth:`~iterator.__next__` method. If
988
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
+ it). If the iterator indicates it is exhausted, TOS is popped, and the byte
990
code counter is incremented by *delta*.
991
992
0 commit comments