diff -r 65f3ad1ff071 Doc/glossary.rst --- a/Doc/glossary.rst Sat Jan 09 22:26:14 2016 -0800 +++ b/Doc/glossary.rst Sat Jan 09 22:28:50 2016 -0800 @@ -626,7 +626,8 @@ 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