Skip to content

Commit acfcfa8

Browse files
committed
Fix typo
1 parent ccf5be1 commit acfcfa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ True
11961196
True
11971197
```
11981198
1199-
Accessing` classm` or `method` twice, creates equal but not *same* objects for the same instance of `SomeClass`.
1199+
Accessing `classm` or `method` twice, creates equal but not *same* objects for the same instance of `SomeClass`.
12001200
12011201
#### 💡 Explanation
12021202
* Functions are [descriptors](https://docs.python.org/3/howto/descriptor.html). Whenever a function is accessed as an

0 commit comments

Comments
 (0)