]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] Fix syntax (GH-18716)
authorStefan Krah <skrah@bytereef.org>
Sat, 29 Feb 2020 21:42:06 +0000 (22:42 +0100)
committerGitHub <noreply@github.com>
Sat, 29 Feb 2020 21:42:06 +0000 (22:42 +0100)
Doc/library/decimal.rst

index c8a4bcfdc79a0542d7c8a54162d619baccf2daf7..3dda35fbd35dbda49574577f135afb486bfdef69 100644 (file)
@@ -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