Skip to content

Commit a66b20a

Browse files
Update Doc/library/decimal.rst
Co-authored-by: RUANG (James Roy) <longjinyii@outlook.com>
1 parent 7a335ed commit a66b20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/decimal.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ The :mod:`decimal` module provides support for fast correctly rounded
3434
decimal floating-point arithmetic. It offers several advantages over the
3535
:class:`float` datatype:
3636

37-
* Decimal "is based on a [floating-point
38-
model](https://speleotrove.com/decimal/damodel.html#refnumber) which was
37+
* Decimal "is based on a [floating-point model]
38+
(https://speleotrove.com/decimal/damodel.html#refnumber) which was
3939
designed with people in mind, and necessarily has a paramount guiding
4040
principle -- computers must provide an arithmetic that works in the same way
4141
as the arithmetic that people learn at school." -- excerpt from the decimal

0 commit comments

Comments
 (0)