Skip to content

Commit 174d244

Browse files
Zheaolitomasr8
andauthored
Update Lib/test/test_capi/test_opt.py
Co-authored-by: Tomas R. <[email protected]>
1 parent 9053639 commit 174d244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_opt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ def testfunc(n):
16431643
s = {1: 1, 2: 2, 3: 3}
16441644
for _ in range(n):
16451645
a = 2
1646-
in_set = a in s
1646+
in_dict = a in s
16471647
if in_set:
16481648
x += 1
16491649
return x

0 commit comments

Comments
 (0)