Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e030d69 + 87994d0 commit 5895715Copy full SHA for 5895715
Notes/05_Object_model/01_Dicts_revisited.md
@@ -248,7 +248,7 @@ You can view it.
248
>>>
249
```
250
251
-This chain is called the **Method Resolution Order**. The find an
+This chain is called the **Method Resolution Order**. To find an
252
attribute, Python walks the MRO in order. The first match wins.
253
254
### MRO in Multiple Inheritance
0 commit comments