Skip to content

Commit e4bf4dc

Browse files
smelnikovmiss-islington
authored andcommitted
Docs: fix typo in Doc/howto/mro.rst (pythonGH-129095)
(cherry picked from commit da310d2) Co-authored-by: smelnikov <[email protected]>
1 parent f10f2a2 commit e4bf4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/mro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ with inheritance diagram
398398
399399
We see that class G inherits from F and E, with F *before* E: therefore
400400
we would expect the attribute *G.remember2buy* to be inherited by
401-
*F.rembermer2buy* and not by *E.remember2buy*: nevertheless Python 2.2
401+
*F.remember2buy* and not by *E.remember2buy*: nevertheless Python 2.2
402402
gives
403403

404404
>>> G.remember2buy # doctest: +SKIP

0 commit comments

Comments
 (0)