There was an error while loading. Please reload this page.
1 parent 6a1bbc9 commit 6f66e1eCopy full SHA for 6f66e1e
1 file changed
README.md
@@ -1648,7 +1648,7 @@ a, b = a[b] = {}, 5
1648
>>> some_list[0]
1649
[[...]]
1650
>>> some_list is some_list[0]
1651
- [[...]]
+ True
1652
```
1653
Similar is the case in our example (`a[b][0]` is the same object as `a`)
1654
0 commit comments