Skip to content

Commit 6f66e1e

Browse files
committed
Fix typo, expression output True and not [[...]]
1 parent 6a1bbc9 commit 6f66e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ a, b = a[b] = {}, 5
16481648
>>> some_list[0]
16491649
[[...]]
16501650
>>> some_list is some_list[0]
1651-
[[...]]
1651+
True
16521652
```
16531653
Similar is the case in our example (`a[b][0]` is the same object as `a`)
16541654

0 commit comments

Comments
 (0)