commit | caa94bd48465ed65cfa4b44fc576e57abd71e578 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jan 23 22:00:17 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jan 23 22:00:17 2006 +0000 |
tree | 4dae4176058172d1a06bc7346a291c87026694b6 | |
parent | 131e4f71ba118da9c05f809b175256db50905f64 [diff] [blame] |
Correct misspellings.
diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index c7e66d9..092f038 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex
@@ -1180,7 +1180,7 @@ a single recognizable canonical value? A. The \method{normalize()} method maps all equivalent values to a single -representive: +representative: \begin{verbatim} >>> values = map(Decimal, '200 200.000 2E2 .02E+4'.split())