Skip to content

Commit 6a06aff

Browse files
committed
fix review idea
Signed-off-by: Manjusaka <[email protected]>
1 parent f9822e9 commit 6a06aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ def test_get_len_with_non_const_tuple(self):
19431943
def testfunc(n):
19441944
x = 0.0
19451945
for _ in range(n):
1946-
match (object(), object()):
1946+
match object(), object():
19471947
case [_, _]:
19481948
x += 1.0
19491949
return x

0 commit comments

Comments
 (0)