From dfe9fc1904820b4206d300e1abb93774e988694d Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 6 Jun 2023 21:43:35 +0200 Subject: gh-105373: Fix decimal documentation formatting (#105395) The deprecation is on decimal.HAVE_THREADS, not on the whole module. --- Doc/library/decimal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 0b4a497..20c5c7d 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -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 -- cgit v0.12