From: Nick Coghlan Date: Sun, 3 Sep 2006 01:06:07 +0000 (+0000) Subject: Typo fix for decimal docs X-Git-Tag: v2.6a1~2717 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a901c62ccad07fb49ee9f7c002a73e18d8371ad;p=thirdparty%2FPython%2Fcpython.git Typo fix for decimal docs --- diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index 447427bb40d5..127eb1d47634 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex @@ -453,7 +453,7 @@ active context. no context is specified, a copy of the current context is used. \versionadded{2.5} - For example, the following code set the current decimal precision + For example, the following code sets the current decimal precision to 42 places, performs a calculation, and then automatically restores the previous context: \begin{verbatim}