Merge pull request #312 from franciscouzo/master

Fix typo
This commit is contained in:
Satwik Kansal
2023-08-28 01:24:50 +05:30
committed by GitHub

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