Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3858a1c

Browse files
committed
Issue23675 - A tiny clarification in the MRO glossary term.
1 parent 6401e79 commit 3858a1c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/glossary.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,8 @@ Glossary
626626
method resolution order
627627
Method Resolution Order is the order in which base classes are searched
628628
for a member during lookup. See `The Python 2.3 Method Resolution Order
629-
<https://www.python.org/download/releases/2.3/mro/>`_.
629+
<https://www.python.org/download/releases/2.3/mro/>`_ for details of the
630+
algorithm used by the Python interpreter since the 2.3 release.
630631

631632
module
632633
An object that serves as an organizational unit of Python code. Modules

0 commit comments

Comments
 (0)