mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-21 18:54:20 +01:00
Fix typo
This commit is contained in:
parent
ccf5be1a6f
commit
acfcfa8808
2
README.md
vendored
2
README.md
vendored
@ -1196,7 +1196,7 @@ True
|
||||
True
|
||||
```
|
||||
|
||||
Accessing` classm` or `method` twice, creates equal but not *same* objects for the same instance of `SomeClass`.
|
||||
Accessing `classm` or `method` twice, creates equal but not *same* objects for the same instance of `SomeClass`.
|
||||
|
||||
#### 💡 Explanation
|
||||
* Functions are [descriptors](https://docs.python.org/3/howto/descriptor.html). Whenever a function is accessed as an
|
||||
|
Loading…
Reference in New Issue
Block a user