diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-03-05 15:41:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 15:41:53 (GMT) |
commit | 0064dfa0919cc93257c351a609f99461f6e4e3ac (patch) | |
tree | 7c76bc9d8159fe05d71591763d6b67cf38d8267a /Doc/library/decimal.rst | |
parent | 23db9c62272f7470aadf8f52fe3ebb42b5e5d380 (diff) | |
download | cpython-0064dfa0919cc93257c351a609f99461f6e4e3ac.zip cpython-0064dfa0919cc93257c351a609f99461f6e4e3ac.tar.gz cpython-0064dfa0919cc93257c351a609f99461f6e4e3ac.tar.bz2 |
gh-115777: Fix double versionadded directives (GH-116269)
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 fb8bbf7..8c671bf 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 |