Commit 9b88b916 authored by Mark Dickinson's avatar Mark Dickinson

Fix issue number typo.

parent 08ade6fa
...@@ -417,7 +417,7 @@ C-API ...@@ -417,7 +417,7 @@ C-API
Library Library
------- -------
- Issue #8118: Comparisons between Decimal and Fraction objects are - Issue #8188: Comparisons between Decimal and Fraction objects are
now permitted, returning a result based on the exact numerical now permitted, returning a result based on the exact numerical
values of the operands. This builds on issue #2531, which allowed values of the operands. This builds on issue #2531, which allowed
Decimal-to-float comparisons; all comparisons involving numeric Decimal-to-float comparisons; all comparisons involving numeric
...@@ -722,7 +722,7 @@ Library ...@@ -722,7 +722,7 @@ Library
instances now return a result based on the numeric values of the instances now return a result based on the numeric values of the
operands; previously they returned an arbitrary result based on operands; previously they returned an arbitrary result based on
the relative ordering of id(float) and id(Decimal). See also the relative ordering of id(float) and id(Decimal). See also
issue #8118, which adds Decimal-to-Fraction comparisons. issue #8188, which adds Decimal-to-Fraction comparisons.
- Added a subtract() method to collections.Counter(). - Added a subtract() method to collections.Counter().
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment