Skip to content

Commit f98d91d

Browse files
committed
Fix doctest
1 parent 2ecfe08 commit f98d91d

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
@@ -76,7 +76,7 @@ the following command can be used to display the disassembly of
7676
2 RESUME 0
7777
<BLANKLINE>
7878
3 LOAD_GLOBAL 1 (len + NULL)
79-
LOAD_FAST 0 (alist)
79+
LOAD_FAST_BORROW 0 (alist)
8080
CALL 1
8181
RETURN_VALUE
8282

0 commit comments

Comments
 (0)