8000 Docs: fix typo in `Doc/howto/mro.rst` (GH-129095) · python/cpython@da310d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit da310d2

Browse files
authored
Docs: fix typo in Doc/howto/mro.rst (GH-129095)
1 parent 417f7a9 commit da310d2

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)
0