This commit is contained in:
Francisco Couzo 2023-08-27 14:32:48 +00:00
parent ccf5be1a6f
commit acfcfa8808
1 changed files with 1 additions and 1 deletions

2
README.md vendored
View File

@ -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