diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-03-05 16:00:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 16:00:40 (GMT) |
commit | 0f5cd44e1cdffa0b373e853943d50e721279754d (patch) | |
tree | 5bdaf7a8e725239ac1315a01cd93770375f16900 /Doc/library/decimal.rst | |
parent | 9a42cfa368e7cfb7d4e920798e0c3abdc24de301 (diff) | |
download | cpython-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.rst | 2 |
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 |