From 8c94f069e8478d15dc731b0599b47fbb7f5a58de Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Sat, 29 Feb 2020 22:35:22 +0100 Subject: [PATCH] Fix syntax. --- Doc/library/decimal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index c8a4bcfdc79a05..3dda35fbd35dbd 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