There was an error while loading. Please reload this page.
1 parent 426cb0c commit a42587fCopy full SHA for a42587f
1 file changed
README.md
@@ -1221,7 +1221,7 @@ class C(A):
1221
```py
1222
>>> A.x, B.x, C.x
1223
(1, 1, 1)
1224
->>> B.x = [2]
+>>> B.x = 2
1225
1226
(1, 2, 1)
1227
>>> A.x = 3
0 commit comments