Skip to content

Commit dfe9fc1

Browse files
authored
gh-105373: Fix decimal documentation formatting (#105395)
The deprecation is on decimal.HAVE_THREADS, not on the whole module.
1 parent 423459b commit dfe9fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/decimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ are also included in the pure Python version for compatibility.
14971497

14981498
The value is ``True``. Deprecated, because Python now always has threads.
14991499

1500-
.. deprecated:: 3.9
1500+
.. deprecated:: 3.9
15011501

15021502
.. data:: HAVE_CONTEXTVAR
15031503

0 commit comments

Comments
 (0)