This commit is contained in:
1f604 2018-12-06 18:54:45 +00:00 committed by Satwik Kansal
parent 9c5f26e758
commit 64b310953a
1 changed files with 1 additions and 1 deletions

2
README.md vendored
View File

@ -838,7 +838,7 @@ class C(A):
pass
```
**Ouptut:**
**Output:**
```py
>>> A.x, B.x, C.x
(1, 1, 1)