Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5895715

Browse files
authored
Merge pull request dabeaz-course#60 from alexdelorenzo/patch-1
Fix grammar
2 parents e030d69 + 87994d0 commit 5895715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/05_Object_model/01_Dicts_revisited.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ You can view it.
248248
>>>
249249
```
250250

251-
This chain is called the **Method Resolution Order**. The find an
251+
This chain is called the **Method Resolution Order**. To find an
252252
attribute, Python walks the MRO in order. The first match wins.
253253

254254
### MRO in Multiple Inheritance

0 commit comments

Comments
 (0)