Typo fix for decimal docs

This commit is contained in:
Nick Coghlan 2006-09-03 01:06:07 +00:00
parent f1f42d850f
commit 5a901c62cc
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ active context.
no context is specified, a copy of the current context is used. no context is specified, a copy of the current context is used.
\versionadded{2.5} \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 to 42 places, performs a calculation, and then automatically restores
the previous context: the previous context:
\begin{verbatim} \begin{verbatim}