[docs] Doc: remove errors about mixed-type comparisons. (issue 12067)

mhoy09 at gmail.com mhoy09 at gmail.com
Sat Mar 2 23:12:47 CET 2013


http://bugs.python.org/review/12067/diff/6175/Doc/reference/expressions.rst
File Doc/reference/expressions.rst (right):

http://bugs.python.org/review/12067/diff/6175/Doc/reference/expressions.rst#newcode1048
Doc/reference/expressions.rst:1048: specific :meth:`__eq__()` and
:meth:`__ne__()`. With ``<``, ``>``,
On 2013/02/23 07:51:56, ezio.melotti wrote:
> These should be :meth:`~object.__eq__` (or whatever creates a link to
the __eq__
> documention).  The () shouldn't be included.
Currently working on this.

http://bugs.python.org/review/12067/


More information about the docs mailing list