Skip to content

Commit 471bae6

Browse files
committed
nit
1 parent 1f82a0d commit 471bae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_dis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ def expected(count, w):
10401040
%*d LOAD_FAST 0 (x)
10411041
%*d LOAD_CONST 1 (1)
10421042
%*d BINARY_OP 0 (+)
1043-
''' % (w, 10*(i+1), w, 10*(i+1) + 2, w, 10*(i+1) + 4, w, 10*(i+1) + 6)
1043+
''' % (w, 10*i + 10, w, 10*i + 12, w, 10*i + 14, w, 10*i + 16)
10441044
for i in range(count-1)]
10451045
s += ['''\
10461046
%*d STORE_FAST 0 (x)

0 commit comments

Comments
 (0)