From: Georg Brandl Date: Mon, 23 Jan 2006 22:00:32 +0000 (+0000) Subject: Correct misspellings. X-Git-Tag: v2.4.3c1~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29beb16ab2c4143d03f6de56e13ce4858c673d6a;p=thirdparty%2FPython%2Fcpython.git Correct misspellings. --- diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index 97ad14e5ddd2..ceb58174ebfa 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex @@ -1180,7 +1180,7 @@ have the same value at various precisions. Is there a way to transform them to 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()) diff --git a/Doc/lib/libpipes.tex b/Doc/lib/libpipes.tex index 4e6ea53930c7..1815e09d57f3 100644 --- a/Doc/lib/libpipes.tex +++ b/Doc/lib/libpipes.tex @@ -8,7 +8,7 @@ The \module{pipes} module defines a class to abstract the concept of -a \emph{pipeline} --- a sequence of convertors from one file to +a \emph{pipeline} --- a sequence of converters from one file to another. Because the module uses \program{/bin/sh} command lines, a \POSIX{} or diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index f223ff6eae2b..405f041f6c95 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -476,7 +476,7 @@ Tk man pages for the widget in question. Note that the man pages list "STANDARD OPTIONS" and "WIDGET SPECIFIC OPTIONS" for each widget. The former is a list of options that are common to many widgets, the latter are the options that are -ideosyncratic to that particular widget. The Standard Options are +idiosyncratic to that particular widget. The Standard Options are documented on the \manpage{options}{3} man page. No distinction between standard and widget-specific options is made in