diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-04-04 06:30:08 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-04-04 06:30:08 (GMT) |
commit | 993a5ee02669a4f90ce820aaec3f4bf3e6ba1718 (patch) | |
tree | 64b722f21443af01e69cc2fcce5f7c67a1dc8d06 /Doc/library/decimal.rst | |
parent | 04e8bcb49a7c3b61bc8e4ef8c0426bbcf9cca8d7 (diff) | |
download | cpython-993a5ee02669a4f90ce820aaec3f4bf3e6ba1718.zip cpython-993a5ee02669a4f90ce820aaec3f4bf3e6ba1718.tar.gz cpython-993a5ee02669a4f90ce820aaec3f4bf3e6ba1718.tar.bz2 |
Fix versionchanged from 2.7 to 3.2 in decimal.rst.
Diffstat (limited to 'Doc/library/decimal.rst')
-rw-r--r-- | Doc/library/decimal.rst | 2 |
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`` |