]> granicus.if.org Git - python/commitdiff
Typo fix for decimal docs
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 3 Sep 2006 01:06:07 +0000 (01:06 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 3 Sep 2006 01:06:07 +0000 (01:06 +0000)
Doc/lib/libdecimal.tex

index 447427bb40d5b04083f548da4812690da7256bee..127eb1d47634b9efca3661e93482cbba6fd1b12f 100644 (file)
@@ -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}