diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2016-01-10 06:33:54 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2016-01-10 06:33:54 (GMT) |
commit | 3858a1c18c029f3c35a3e0a55de058b6efc06629 (patch) | |
tree | 0c12af105c0e61f4e97550a9d6d9ca12f1da5aa9 /Doc/glossary.rst | |
parent | 6401e795203cc9f12ab3aff4212c372a1706b3d1 (diff) | |
download | cpython-3858a1c18c029f3c35a3e0a55de058b6efc06629.zip cpython-3858a1c18c029f3c35a3e0a55de058b6efc06629.tar.gz cpython-3858a1c18c029f3c35a3e0a55de058b6efc06629.tar.bz2 |
Issue23675 - A tiny clarification in the MRO glossary term.
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r-- | Doc/glossary.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 648c679..ad71c37 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -626,7 +626,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 |