Skip to content

Commit 3558eb7

Browse files
committed
fix review idea
Signed-off-by: Manjusaka <[email protected]>
1 parent 174d244 commit 3558eb7

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
@@ -1644,7 +1644,7 @@ def testfunc(n):
16441644
for _ in range(n):
16451645
a = 2
16461646
in_dict = a in s
1647-
if in_set:
1647+
if in_dict:
16481648
x += 1
16491649
return x
16501650

0 commit comments

Comments
 (0)