Skip to content

Commit c867ce3

Browse files
committed
update doctest
1 parent 7bb6e1c commit c867ce3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/dis.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ the following command can be used to display the disassembly of
7878
3 LOAD_GLOBAL 1 (len + NULL)
7979
LOAD_FAST_BORROW 0 (alist)
8080
CALL 1
81+
CHECK_PERIODIC
8182
RETURN_VALUE
8283

8384
(The "2" is a line number).
@@ -217,6 +218,7 @@ Example:
217218
LOAD_GLOBAL
218219
LOAD_FAST_BORROW
219220
CALL
221+
CHECK_PERIODIC
220222
RETURN_VALUE
221223

222224

0 commit comments

Comments
 (0)