Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82121ee

Browse filesBrowse files
committed
fix review idea
Signed-off-by: Manjusaka <me@manjusaka.me>
1 parent 2666455 commit 82121ee
Copy full SHA for 82121ee

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Lib/test/test_capi/test_opt.py

Copy file name to clipboardExpand all lines: Lib/test/test_capi/test_opt.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.