mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Fix typo
This commit is contained in:
parent
ccf5be1a6f
commit
acfcfa8808
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue