From acfcfa8808713aec9ec5d72e50a1f4fd8a6329b0 Mon Sep 17 00:00:00 2001 From: Francisco Couzo Date: Sun, 27 Aug 2023 14:32:48 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7a73ed..30e1f87 100644 --- a/README.md +++ b/README.md @@ -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