mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-24 03:54:25 +01:00
Fix no attributed class in Class attributes and instance attributes
This commit is contained in:
parent
2fb04501f7
commit
e56ef7b5d9
2
README.md
vendored
2
README.md
vendored
@ -850,7 +850,7 @@ class C(A):
|
||||
|
||||
2\.
|
||||
```py
|
||||
class SomeClass:
|
||||
class SomeClass(int):
|
||||
some_var = 15
|
||||
some_list = [5]
|
||||
another_list = [5]
|
||||
|
2
wtfpython-pypi/content.md
vendored
2
wtfpython-pypi/content.md
vendored
@ -850,7 +850,7 @@ class C(A):
|
||||
|
||||
2\.
|
||||
```py
|
||||
class SomeClass:
|
||||
class SomeClass(int):
|
||||
some_var = 15
|
||||
some_list = [5]
|
||||
another_list = [5]
|
||||
|
Loading…
Reference in New Issue
Block a user