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
commit f32e9d36e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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