Skip to content

Commit c3120a8

Browse files
wklkenwklken
authored andcommitted
Merge remote-tracking branch 'wyh267/patch-1'
2 parents e647215 + 6618048 commit c3120a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contents/qa-control-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
False
2727

2828
>>> list1 = [1, 2, 3]
29-
>>> list2 = [1, 2, 3]]
29+
>>> list2 = [1, 2, 3]
3030
>>> list1==list2
3131
True
3232
>>> list1 is list2

0 commit comments

Comments
 (0)