mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
gh-105373: Fix decimal documentation formatting (#105395)
The deprecation is on decimal.HAVE_THREADS, not on the whole module.
This commit is contained in:
parent
423459be2f
commit
dfe9fc1904
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue