[Python-checkins] [3.8] Fix syntax (GH-18716)

Stefan Krah webhook-mailer at python.org
Sat Feb 29 16:42:10 EST 2020


https://github.com/python/cpython/commit/70d7a62c7c8fd6baabf1e13c33773db79db7a9f4
commit: 70d7a62c7c8fd6baabf1e13c33773db79db7a9f4
branch: 3.8
author: Stefan Krah <skrah at bytereef.org>
committer: GitHub <noreply at github.com>
date: 2020-02-29T22:42:06+01:00
summary:

[3.8] Fix syntax (GH-18716)

files:
M Doc/library/decimal.rst

diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst
index c8a4bcfdc79a0..3dda35fbd35db 100644
--- a/Doc/library/decimal.rst
+++ b/Doc/library/decimal.rst
@@ -1485,7 +1485,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.9 backported to 3.7 and 3.8
 
 
 Rounding modes



More information about the Python-checkins mailing list