diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2016-01-10 06:36:13 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2016-01-10 06:36:13 (GMT) |
commit | 145b1c6c2a2affdcd5321c71f1ca070a3728076d (patch) | |
tree | 2fd815424eed6e7ab8eb3781882f68af3c9053e9 /Doc | |
parent | ee98860e5f77d0b4a1cc532827ccd5de6cb317d0 (diff) | |
download | cpython-145b1c6c2a2affdcd5321c71f1ca070a3728076d.zip cpython-145b1c6c2a2affdcd5321c71f1ca070a3728076d.tar.gz cpython-145b1c6c2a2affdcd5321c71f1ca070a3728076d.tar.bz2 |
Issue23675 - A tiny clarification in the MRO glossary term.
Diffstat (limited to 'Doc')
-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 8b6dbac..6a6feba 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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 |