We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf5be1 commit acfcfa8Copy full SHA for acfcfa8
1 file changed
README.md
@@ -1196,7 +1196,7 @@ True
1196
True
1197
```
1198
1199
-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`.
1200
1201
#### 💡 Explanation
1202
* Functions are [descriptors](https://docs.python.org/3/howto/descriptor.html). Whenever a function is accessed as an
0 commit comments