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.
Doc/howto/mro.rst
1 parent 417f7a9 commit da310d2Copy full SHA for da310d2
Doc/howto/mro.rst
@@ -398,7 +398,7 @@ with inheritance diagram
398
399
We see that class G inherits from F and E, with F *before* E: therefore
400
we would expect the attribute *G.remember2buy* to be inherited by
401
-*F.rembermer2buy* and not by *E.remember2buy*: nevertheless Python 2.2
+*F.remember2buy* and not by *E.remember2buy*: nevertheless Python 2.2
402
gives
403
404
>>> G.remember2buy # doctest: +SKIP
0 commit comments