summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2006-09-03 01:06:07 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2006-09-03 01:06:07 (GMT)
commit5a901c62ccad07fb49ee9f7c002a73e18d8371ad (patch)
tree8025c9770c51ac4543c9156cd910bcdd90003563 /Doc
parentf1f42d850f92f84a387d8b0190752ae32e063736 (diff)
downloadcpython-5a901c62ccad07fb49ee9f7c002a73e18d8371ad.zip
cpython-5a901c62ccad07fb49ee9f7c002a73e18d8371ad.tar.gz
cpython-5a901c62ccad07fb49ee9f7c002a73e18d8371ad.tar.bz2
Typo fix for decimal docs
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libdecimal.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex
index 447427b..127eb1d 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}