We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6010b97 + acfcfa8 commit f32e9d3Copy full SHA for f32e9d3
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