Skip to content

Commit

Permalink
Merge pull request #312 from franciscouzo/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
satwikkansal authored Aug 27, 2023
2 parents 6010b97 + acfcfa8 commit f32e9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f32e9d3

Please sign in to comment.