Skip to content

Commit f32e9d3

Browse files
authored
Merge pull request satwikkansal#312 from franciscouzo/master
Fix typo
2 parents 6010b97 + acfcfa8 commit f32e9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)