summaryrefslogtreecommitdiffstats
path: root/Doc/library/decimal.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-03-05 16:00:40 (GMT)
committerGitHub <noreply@github.com>2024-03-05 16:00:40 (GMT)
commit0f5cd44e1cdffa0b373e853943d50e721279754d (patch)
tree5bdaf7a8e725239ac1315a01cd93770375f16900 /Doc/library/decimal.rst
parent9a42cfa368e7cfb7d4e920798e0c3abdc24de301 (diff)
downloadcpython-0f5cd44e1cdffa0b373e853943d50e721279754d.zip
cpython-0f5cd44e1cdffa0b373e853943d50e721279754d.tar.gz
cpython-0f5cd44e1cdffa0b373e853943d50e721279754d.tar.bz2
[3.12] gh-115777: Fix double versionadded directives (GH-116269) (GH-116361)
(cherry picked from commit 0064dfa0919cc93257c351a609f99461f6e4e3ac) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/library/decimal.rst')
-rw-r--r--Doc/library/decimal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst
index 08bbb7f..4d99c6d 100644
--- a/Doc/library/decimal.rst
+++ b/Doc/library/decimal.rst
@@ -1517,7 +1517,7 @@ are also included in the pure Python version for compatibility.
the C version uses a thread-local rather than a coroutine-local context and the value
is ``False``. This is slightly faster in some nested context scenarios.
-.. versionadded:: 3.9 backported to 3.7 and 3.8.
+.. versionadded:: 3.8.3
Rounding modes