diff -r 3ce08b96f987 Doc/reference/datamodel.rst --- a/Doc/reference/datamodel.rst Tue Jun 03 20:57:15 2014 -0400 +++ b/Doc/reference/datamodel.rst Wed Jun 04 12:13:26 2014 -0400 @@ -2106,9 +2106,9 @@ .. note:: - When :meth:`__index__` is defined, :meth:`__int__` should also be defined, - and both shuld return the same value, in order to have a coherent integer - type class. + In order to have a coherent integer type class, when :meth:`__index__` is + defined, :meth:`__int__` should also be defined, and both should return + the same value. .. _context-managers: