We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a335ed commit a66b20aCopy full SHA for a66b20a
Doc/library/decimal.rst
@@ -34,8 +34,8 @@ The :mod:`decimal` module provides support for fast correctly rounded
34
decimal floating-point arithmetic. It offers several advantages over the
35
:class:`float` datatype:
36
37
-* Decimal "is based on a [floating-point
38
- model](https://speleotrove.com/decimal/damodel.html#refnumber) which was
+* Decimal "is based on a [floating-point model]
+ (https://speleotrove.com/decimal/damodel.html#refnumber) which was
39
designed with people in mind, and necessarily has a paramount guiding
40
principle -- computers must provide an arithmetic that works in the same way
41
as the arithmetic that people learn at school." -- excerpt from the decimal
0 commit comments