Fix versionchanged from 2.7 to 3.2 in decimal.rst.

This commit is contained in:
Ezio Melotti 2010-04-04 06:30:08 +00:00
parent 04e8bcb49a
commit 993a5ee026
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ Decimal objects
types described in the :ref:`expressions` section of the reference
manual, leading to confusing results.
.. versionchanged:: 2.7
.. versionchanged:: 3.2
A comparison between a :class:`float` instance ``x`` and a
:class:`Decimal` instance ``y`` now returns a result based on
the values of ``x`` and ``y``. In earlier versions ``x < y``