Skip to content

Commit 56a75e0

Browse files
Relocate constant in doc
1 parent 16b7bc8 commit 56a75e0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Doc/library/decimal.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,16 @@ In addition to the three supplied contexts, new contexts can be created with the
15691569
Constants
15701570
---------
15711571

1572-
The constants in this section are only relevant for the C module. They
1572+
.. data:: SPEC_VERSION
1573+
1574+
The highest version of the General Decimal Arithmetic
1575+
Specification that this implementation complies with.
1576+
See https://speleotrove.com/decimal/decarith.html for the specification.
1577+
1578+
.. versionadded:: next
1579+
1580+
1581+
The following constants are only relevant for the C module. They
15731582
are also included in the pure Python version for compatibility.
15741583

15751584
+---------------------------------+---------------------+-------------------------------+
@@ -1601,14 +1610,6 @@ are also included in the pure Python version for compatibility.
16011610

16021611
.. versionadded:: 3.8.3
16031612

1604-
.. data:: SPEC_VERSION
1605-
1606-
The highest version of the General Decimal Arithmetic
1607-
Specification that this implementation complies with.
1608-
See https://speleotrove.com/decimal/decarith.html for the specification.
1609-
1610-
.. versionadded:: next
1611-
16121613

16131614
Rounding modes
16141615
--------------

0 commit comments

Comments
 (0)