Skip to content

Commit 27d5426

Browse files
authored
Fix typo in output
Fix typo, expression output True and not [[...]]
2 parents 6a1bbc9 + 6f66e1e commit 27d5426

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)