Fix versionchanged from 2.7 to 3.2 in decimal.rst.
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 @@
    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``