diff -r 97ab0ccac893 Doc/glossary.rst --- a/Doc/glossary.rst Wed Jan 06 11:37:52 2016 -0800 +++ b/Doc/glossary.rst Fri Jan 08 00:12:18 2016 -0800 @@ -625,8 +625,9 @@ 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 a member during lookup. Refer `The Python 2.3 Method Resolution Order + `_ document for details + of the algorithm used by the Python interpreter since 2.3 release. module An object that serves as an organizational unit of Python code. Modules