From: Stefan Krah Date: Sat, 29 Feb 2020 21:42:06 +0000 (+0100) Subject: [3.8] Fix syntax (GH-18716) X-Git-Tag: v3.8.3rc1~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70d7a62c7c8fd6baabf1e13c33773db79db7a9f4;p=thirdparty%2FPython%2Fcpython.git [3.8] Fix syntax (GH-18716) --- diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index c8a4bcfdc79a..3dda35fbd35d 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