mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
fix typo (#107)
This commit is contained in:
parent
9c5f26e758
commit
64b310953a
1 changed files with 1 additions and 1 deletions
2
README.md
vendored
2
README.md
vendored
|
@ -838,7 +838,7 @@ class C(A):
|
|||
pass
|
||||
```
|
||||
|
||||
**Ouptut:**
|
||||
**Output:**
|
||||
```py
|
||||
>>> A.x, B.x, C.x
|
||||
(1, 1, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue