]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix versionchanged from 2.7 to 3.2 in decimal.rst.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Apr 2010 06:30:08 +0000 (06:30 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Apr 2010 06:30:08 +0000 (06:30 +0000)
Doc/library/decimal.rst

index 8a806e97c4ee5e59f0a9fc8f7a3e2c2374be10c0..7d964717cfb4ba658c2099da5a2bbc50c88f1e69 100644 (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``