From d31f3d105a454f74656237cf2116244517e902b6 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 6 Jun 2023 17:34:28 +0200 Subject: [PATCH] gh-105373: Fix decimal documentation formatting 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 0b4a4973cb4da0..20c5c7daac73bb 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