From: Victor Stinner Date: Tue, 6 Jun 2023 19:43:35 +0000 (+0200) Subject: gh-105373: Fix decimal documentation formatting (#105395) X-Git-Tag: v3.13.0a1~1870 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfe9fc1904820b4206d300e1abb93774e988694d;p=thirdparty%2FPython%2Fcpython.git gh-105373: Fix decimal documentation formatting (#105395) The deprecation is on decimal.HAVE_THREADS, not on the whole module. --- diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 0b4a4973cb4d..20c5c7daac73 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