Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 993a5ee

Browse files
committed
Fix versionchanged from 2.7 to 3.2 in decimal.rst.
1 parent 04e8bcb commit 993a5ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/decimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Decimal objects
369369
types described in the :ref:`expressions` section of the reference
370370
manual, leading to confusing results.
371371

372-
.. versionchanged:: 2.7
372+
.. versionchanged:: 3.2
373373
A comparison between a :class:`float` instance ``x`` and a
374374
:class:`Decimal` instance ``y`` now returns a result based on
375375
the values of ``x`` and ``y``. In earlier versions ``x < y``

0 commit comments

Comments
 (0)