commit | 9c719bafbffff4d0693fe0662f440f65a43ad71f | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Jul 05 18:56:03 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Jul 05 18:56:03 2004 +0000 |
tree | 2552a520a52102ca11e5aec4596996535cf96bad | |
parent | 5548be2653755e4c8a29845a032a036fafc2e44b [diff] [blame] |
Fix typo
diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index c4095c9..c0a2cc7 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex
@@ -938,7 +938,7 @@ d, da = d+da, da+32 t = (t * n) / d c += t - getcontext().prec -= 10 + getcontext().prec -= 9 return c def exp(x):