https://github.com/python/cpython/commit/8ab29d95a2a45df84370127a7e4b00b8d6b1b53f
commit: 8ab29d95a2a45df84370127a7e4b00b8d6b1b53f
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: encukou <[email protected]>
date: 2025-01-21T10:40:31+01:00
summary:

[3.13] Docs: fix typo in `Doc/howto/mro.rst` (GH-129095) (GH-129122)

(cherry picked from commit da310d209a6af45e5e1ea48a873f1d14be471a09)

Co-authored-by: smelnikov <[email protected]>

files:
M Doc/howto/mro.rst

diff --git a/Doc/howto/mro.rst b/Doc/howto/mro.rst
index 46db516e16dae4..0872bedcd3a2d3 100644
--- a/Doc/howto/mro.rst
+++ b/Doc/howto/mro.rst
@@ -398,7 +398,7 @@ with inheritance diagram
 
 We see that class G inherits from F and E, with F *before* E:  therefore
 we would expect the attribute *G.remember2buy* to be inherited by
-*F.rembermer2buy* and not by *E.remember2buy*:  nevertheless Python 2.2
+*F.remember2buy* and not by *E.remember2buy*:  nevertheless Python 2.2
 gives
 
   >>> G.remember2buy  # doctest: +SKIP

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to