]> granicus.if.org Git - python/commitdiff
Issue23675 - A tiny clarification in the MRO glossary term.
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 10 Jan 2016 06:36:13 +0000 (22:36 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 10 Jan 2016 06:36:13 +0000 (22:36 -0800)
Doc/glossary.rst

index 8b6dbac81351071965f9891fe390b8269658266f..6a6feba21c9a9640d3cdd32bf843362ee9c994bf 100644 (file)
@@ -519,7 +519,8 @@ Glossary
    method resolution order
       Method Resolution Order is the order in which base classes are searched
       for a member during lookup. See `The Python 2.3 Method Resolution Order
-      <https://www.python.org/download/releases/2.3/mro/>`_.
+      <https://www.python.org/download/releases/2.3/mro/>`_ for details of the
+      algorithm used by the Python interpreter since the 2.3 release.
 
    module
       An object that serves as an organizational unit of Python code.  Modules