summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/decimal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst
index 8a806e9..7d96471 100644
--- a/Doc/library/decimal.rst
+++ b/Doc/library/decimal.rst
@@ -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``