gh-105373: Fix decimal documentation formatting (#105395)

The deprecation is on decimal.HAVE_THREADS, not on the whole module.
This commit is contained in:
Victor Stinner 2023-06-06 21:43:35 +02:00 committed by GitHub
parent 423459be2f
commit dfe9fc1904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1497,7 +1497,7 @@ are also included in the pure Python version for compatibility.
The value is ``True``. Deprecated, because Python now always has threads.
.. deprecated:: 3.9
.. deprecated:: 3.9
.. data:: HAVE_CONTEXTVAR