From 993a5ee02669a4f90ce820aaec3f4bf3e6ba1718 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sun, 4 Apr 2010 06:30:08 +0000 Subject: [PATCH] Fix versionchanged from 2.7 to 3.2 in decimal.rst. --- Doc/library/decimal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 8a806e97c4..7d964717cf 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`` -- 2.40.0