diff -r ead853fe9836 Doc/library/stdtypes.rst --- a/Doc/library/stdtypes.rst Tue Nov 20 17:12:06 2012 -0500 +++ b/Doc/library/stdtypes.rst Thu Nov 22 16:25:24 2012 -0500 @@ -268,9 +268,8 @@ the same rule. [2]_ The constructors :func:`int`, :func:`float`, and :func:`complex` can be used to produce numbers of a specific type. -All numeric types (except complex) support the following operations, sorted by -ascending priority (operations in the same box have the same priority; all -numeric operations have a higher priority than comparison operations): +All numeric types (except complex) support the following operations. (For +operator precendence, see section :ref:`operator-summary`.) +---------------------+---------------------------------+---------+--------------------+ | Operation | Result | Notes | Full documentation |