From 3858a1c18c029f3c35a3e0a55de058b6efc06629 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Sat, 9 Jan 2016 22:33:54 -0800 Subject: [PATCH] Issue23675 - A tiny clarification in the MRO glossary term. --- Doc/glossary.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 648c6791ae5..ad71c374b45 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 - `_. + `_ 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