[Python-checkins] python/dist/src/Doc/lib compiler.tex, 1.5, 1.5.2.1 emailheaders.tex, 1.5, 1.5.2.1 libbsddb.tex, 1.18.2.1, 1.18.2.2 libcd.tex, 1.13, 1.13.46.1 libcmath.tex, 1.14, 1.14.4.1 libcodecs.tex, 1.34, 1.34.2.1 libcodeop.tex, 1.7, 1.7.4.1 libcookielib.tex, 1.2, 1.2.4.1 libcurses.tex, 1.48, 1.48.2.1 libdifflib.tex, 1.22, 1.22.2.1 libdoctest.tex, 1.65, 1.65.2.1 libexcs.tex, 1.54, 1.54.2.1 libfilecmp.tex, 1.8, 1.8.18.1 libfuncs.tex, 1.175, 1.175.2.1 libgdbm.tex, 1.20, 1.20.44.1 libhotshot.tex, 1.5, 1.5.4.1 libimaplib.tex, 1.30, 1.30.4.1 libimgfile.tex, 1.12, 1.12.4.1 libmimetools.tex, 1.24, 1.24.14.1 libmultifile.tex, 1.14, 1.14.4.1 liboperator.tex, 1.31, 1.31.4.1 libossaudiodev.tex, 1.12, 1.12.4.1 libplatform.tex, 1.2, 1.2.6.1 libpprint.tex, 1.17, 1.17.4.1 libpyexpat.tex, 1.24, 1.24.2.1 libre.tex, 1.112, 1.112.2.1 libresource.tex, 1.18, 1.18.12.1 librfc822.tex, 1.45, 1.45.4.1 libselect.tex, 1.22, 1.22.4.1 libshelve.tex, 1.20, 1.20.16.1 libstdtypes.tex, 1.170.2.1, 1.170.2.2 libtime.tex, 1.70, 1.70.2.1 libunittest.tex, 1.19, 1.19.2.1 libuserdict.tex, 1.24, 1.24.4.1 libuu.tex, 1.12, 1.12.20.1 libwarnings.tex, 1.12, 1.12.12.1 libxmlrpclib.tex, 1.18.2.1, 1.18.2.2 libzipfile.tex, 1.16, 1.16.4.1 mimelib.tex, 1.8, 1.8.2.1 tkinter.tex, 1.27, 1.27.2.1 xmldom.tex, 1.25, 1.25.2.1 xmldomminidom.tex, 1.10, 1.10.2.1

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Jan 1 01:35:00 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5382/lib

Modified Files:
      Tag: release24-maint
	compiler.tex emailheaders.tex libbsddb.tex libcd.tex 
	libcmath.tex libcodecs.tex libcodeop.tex libcookielib.tex 
	libcurses.tex libdifflib.tex libdoctest.tex libexcs.tex 
	libfilecmp.tex libfuncs.tex libgdbm.tex libhotshot.tex 
	libimaplib.tex libimgfile.tex libmimetools.tex 
	libmultifile.tex liboperator.tex libossaudiodev.tex 
	libplatform.tex libpprint.tex libpyexpat.tex libre.tex 
	libresource.tex librfc822.tex libselect.tex libshelve.tex 
	libstdtypes.tex libtime.tex libunittest.tex libuserdict.tex 
	libuu.tex libwarnings.tex libxmlrpclib.tex libzipfile.tex 
	mimelib.tex tkinter.tex xmldom.tex xmldomminidom.tex 
Log Message:
SF Patch #1093896:  miscellaneous doc typos



Index: compiler.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/compiler.tex,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- compiler.tex	28 Sep 2004 02:53:50 -0000	1.5
+++ compiler.tex	1 Jan 2005 00:34:53 -0000	1.5.2.1
@@ -299,7 +299,7 @@
 
 The visitor pattern is ...  The \refmodule{compiler} package uses a
 variant on the visitor pattern that takes advantage of Python's
-introspection features to elminiate the need for much of the visitor's
+introspection features to eliminate the need for much of the visitor's
 infrastructure.
 
 The classes being visited do not need to be programmed to accept

Index: emailheaders.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/emailheaders.tex,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- emailheaders.tex	28 Sep 2004 02:54:54 -0000	1.5
+++ emailheaders.tex	1 Jan 2005 00:34:53 -0000	1.5.2.1
@@ -10,7 +10,7 @@
 Of course, as email has been deployed worldwide, it has become
 internationalized, such that language specific character sets can now
 be used in email messages.  The base standard still requires email
-messages to be transfered using only 7-bit \ASCII{} characters, so a
+messages to be transferred using only 7-bit \ASCII{} characters, so a
 slew of RFCs have been written describing how to encode email
 containing non-\ASCII{} characters into \rfc{2822}-compliant format.
 These RFCs include \rfc{2045}, \rfc{2046}, \rfc{2047}, and \rfc{2231}.

Index: libbsddb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbsddb.tex,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -d -r1.18.2.1 -r1.18.2.2
--- libbsddb.tex	19 Dec 2004 22:25:32 -0000	1.18.2.1
+++ libbsddb.tex	1 Jan 2005 00:34:53 -0000	1.18.2.2
@@ -16,7 +16,7 @@
 
 Starting with Python 2.3 the \module{bsddb} module requires the
 Berkeley DB library version 3.2 or later (it is known to work with 3.2
-thru 4.3 at the time of this writing).
+through 4.3 at the time of this writing).
 
 \begin{seealso}
   \seeurl{http://pybsddb.sourceforge.net/}{Website with documentation

Index: libcd.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcd.tex,v
retrieving revision 1.13
retrieving revision 1.13.46.1
diff -u -d -r1.13 -r1.13.46.1
--- libcd.tex	16 Jul 2000 19:01:09 -0000	1.13
+++ libcd.tex	1 Jan 2005 00:34:53 -0000	1.13.46.1
@@ -50,7 +50,7 @@
 methods of the player object are described below.  The device is the
 name of the SCSI device file, e.g. \code{'/dev/scsi/sc0d4l0'}, or
 \code{None}.  If omitted or \code{None}, the hardware inventory is
-consulted to locate a CD-ROM drive.  The \var{mode}, if not omited,
+consulted to locate a CD-ROM drive.  The \var{mode}, if not omitted,
 should be the string \code{'r'}.
 \end{funcdesc}
 

Index: libcmath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcmath.tex,v
retrieving revision 1.14
retrieving revision 1.14.4.1
diff -u -d -r1.14 -r1.14.4.1
--- libcmath.tex	14 Jun 2004 07:40:10 -0000	1.14
+++ libcmath.tex	1 Jan 2005 00:34:53 -0000	1.14.4.1
@@ -136,7 +136,7 @@
 
 \begin{seealso}
   \seetext{Kahan, W:  Branch cuts for complex elementary functions;
-           or, Much ado about nothings's sign bit.  In Iserles, A.,
+           or, Much ado about nothing's sign bit.  In Iserles, A.,
            and Powell, M. (eds.), \citetitle{The state of the art in
            numerical analysis}. Clarendon Press (1987) pp165-211.}
 \end{seealso}

Index: libcodecs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcodecs.tex,v
retrieving revision 1.34
retrieving revision 1.34.2.1
diff -u -d -r1.34 -r1.34.2.1
--- libcodecs.tex	10 Sep 2004 01:16:49 -0000	1.34
+++ libcodecs.tex	1 Jan 2005 00:34:53 -0000	1.34.2.1
@@ -977,7 +977,7 @@
 \lineiv{unicode_internal}
          {}
          {Unicode string}
-         {Return the internal represenation of the operand}
+         {Return the internal representation of the operand}
 
 \lineiv{uu_codec}
          {uu}

Index: libcodeop.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcodeop.tex,v
retrieving revision 1.7
retrieving revision 1.7.4.1
diff -u -d -r1.7 -r1.7.4.1
--- libcodeop.tex	17 Jun 2004 13:29:11 -0000	1.7
+++ libcodeop.tex	1 Jan 2005 00:34:53 -0000	1.7.4.1
@@ -58,7 +58,7 @@
 \end{funcdesc}
 
 \begin{classdesc}{Compile}{}
-Instances of this class have \method{__call__()} methods indentical in
+Instances of this class have \method{__call__()} methods identical in
 signature to the built-in function \function{compile()}, but with the
 difference that if the instance compiles program text containing a
 \module{__future__} statement, the instance 'remembers' and compiles

Index: libcookielib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcookielib.tex,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -d -r1.2 -r1.2.4.1
--- libcookielib.tex	10 Jul 2004 18:41:28 -0000	1.2
+++ libcookielib.tex	1 Jan 2005 00:34:53 -0000	1.2.4.1
@@ -414,7 +414,7 @@
 switched off by default.
 
 The easiest way to provide your own policy is to override this class
-and call its methods in your overriden implementations before adding
+and call its methods in your overridden implementations before adding
 your own additional checks:
 
 \begin{verbatim}

Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.48
retrieving revision 1.48.2.1
diff -u -d -r1.48 -r1.48.2.1
--- libcurses.tex	19 Oct 2004 19:39:02 -0000	1.48
+++ libcurses.tex	1 Jan 2005 00:34:53 -0000	1.48.2.1
@@ -1173,7 +1173,7 @@
 \constant{KEY_F2}, \constant{KEY_F3}, \constant{KEY_F4}) available,
 and the arrow keys mapped to \constant{KEY_UP}, \constant{KEY_DOWN},
 \constant{KEY_LEFT} and \constant{KEY_RIGHT} in the obvious way.  If
-your machine has a PC keybboard, it is safe to expect arrow keys and
+your machine has a PC keyboard, it is safe to expect arrow keys and
 twelve function keys (older PC keyboards may have only ten function
 keys); also, the following keypad mappings are standard:
 

Index: libdifflib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdifflib.tex,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -u -d -r1.22 -r1.22.2.1
--- libdifflib.tex	5 Nov 2004 16:38:08 -0000	1.22
+++ libdifflib.tex	1 Jan 2005 00:34:53 -0000	1.22.2.1
@@ -431,7 +431,7 @@
   Each tuple is of the form \code{(\var{tag}, \var{i1}, \var{i2},
   \var{j1}, \var{j2})}.  The first tuple has \code{\var{i1} ==
   \var{j1} == 0}, and remaining tuples have \var{i1} equal to the
-  \var{i2} from the preceeding tuple, and, likewise, \var{j1} equal to
+  \var{i2} from the preceding tuple, and, likewise, \var{j1} equal to
   the previous \var{j2}.
 
   The \var{tag} values are strings, with these meanings:

Index: libdoctest.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdoctest.tex,v
retrieving revision 1.65
retrieving revision 1.65.2.1
diff -u -d -r1.65 -r1.65.2.1
--- libdoctest.tex	4 Oct 2004 03:34:32 -0000	1.65
+++ libdoctest.tex	1 Jan 2005 00:34:53 -0000	1.65.2.1
@@ -1343,7 +1343,7 @@
 
 \begin{memberdesc}{indent}
     The example's indentation in the containing string, i.e., the
-    number of space characters that preceed the example's first
+    number of space characters that precede the example's first
     prompt.
 \end{memberdesc}
 

Index: libexcs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libexcs.tex,v
retrieving revision 1.54
retrieving revision 1.54.2.1
diff -u -d -r1.54 -r1.54.2.1
--- libexcs.tex	25 Aug 2004 02:14:06 -0000	1.54
+++ libexcs.tex	1 Jan 2005 00:34:53 -0000	1.54.2.1
@@ -278,7 +278,7 @@
   when reading the initial script or standard input (also
   interactively).
 
-  Instances of this class have atttributes \member{filename},
+  Instances of this class have attributes \member{filename},
   \member{lineno}, \member{offset} and \member{text} for easier access
   to the details.  \function{str()} of the exception instance returns
   only the message.

Index: libfilecmp.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfilecmp.tex,v
retrieving revision 1.8
retrieving revision 1.8.18.1
diff -u -d -r1.8 -r1.8.18.1
--- libfilecmp.tex	6 Feb 2003 21:17:17 -0000	1.8
+++ libfilecmp.tex	1 Jan 2005 00:34:53 -0000	1.8.18.1
@@ -71,12 +71,12 @@
 
 \begin{methoddesc}[dircmp]{report_partial_closure}{}
 Print a comparison between \var{a} and \var{b} and common immediate
-subdirctories.
+subdirectories.
 \end{methoddesc}
 
 \begin{methoddesc}[dircmp]{report_full_closure}{}
 Print a comparison between \var{a} and \var{b} and common 
-subdirctories (recursively).
+subdirectories (recursively).
 \end{methoddesc}
 
 
@@ -85,7 +85,7 @@
 being compared.
 
 Note that via \method{__getattr__()} hooks, all attributes are
-computed lazilly, so there is no speed penalty if only those
+computed lazily, so there is no speed penalty if only those
 attributes which are lightweight to compute are used.
 
 \begin{memberdesc}[dircmp]{left_list}

Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.175
retrieving revision 1.175.2.1
diff -u -d -r1.175 -r1.175.2.1
--- libfuncs.tex	30 Sep 2004 00:59:08 -0000	1.175
+++ libfuncs.tex	1 Jan 2005 00:34:53 -0000	1.175.2.1
@@ -169,7 +169,7 @@
   argument is it -- the future statements in effect around the call to
   compile are ignored.
 
-  Future statemants are specified by bits which can be bitwise or-ed
+  Future statements are specified by bits which can be bitwise or-ed
   together to specify multiple statements.  The bitfield required to
   specify a given feature can be found as the \member{compiler_flag}
   attribute on the \class{_Feature} instance in the

Index: libgdbm.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgdbm.tex,v
retrieving revision 1.20
retrieving revision 1.20.44.1
diff -u -d -r1.20 -r1.20.44.1
--- libgdbm.tex	17 Dec 2000 07:14:13 -0000	1.20
+++ libgdbm.tex	1 Jan 2005 00:34:53 -0000	1.20.44.1
@@ -40,7 +40,7 @@
 
 \begin{itemize}
 \item \code{'f'} --- Open the database in fast mode.  Writes to the database
-                     will not be syncronized.
+                     will not be synchronized.
 \item \code{'s'} --- Synchronized mode. This will cause changes to the database
                      will be immediately written to the file.
 \item \code{'u'} --- Do not lock database. 

Index: libhotshot.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libhotshot.tex,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -u -d -r1.5 -r1.5.4.1
--- libhotshot.tex	16 Jan 2004 17:30:16 -0000	1.5
+++ libhotshot.tex	1 Jan 2005 00:34:53 -0000	1.5.4.1
@@ -59,7 +59,7 @@
 Profile a single call of a callable.
 Additional positional and keyword arguments may be passed
 along; the result of the call is returned, and exceptions are
-allowed to propogate cleanly, while ensuring that profiling is
+allowed to propagate cleanly, while ensuring that profiling is
 disabled on the way out.
 \end{methoddesc}
 

Index: libimaplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libimaplib.tex,v
retrieving revision 1.30
retrieving revision 1.30.4.1
diff -u -d -r1.30 -r1.30.4.1
--- libimaplib.tex	30 Jul 2004 19:12:38 -0000	1.30
+++ libimaplib.tex	1 Jan 2005 00:34:53 -0000	1.30.4.1
@@ -413,7 +413,7 @@
   \code{uid search} corresponds to \code{search}.  The \code{thread}
   command first searches the mailbox for messages that match the given
   searching criteria using the charset argument for the interpretation
-  of strings in the searching criteria. It thren returns the matching
+  of strings in the searching criteria. It then returns the matching
   messages threaded according to the specified threading algorithm.
 
   This is an \samp{IMAP4rev1} extension command. \versionadded{2.4}

Index: libimgfile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libimgfile.tex,v
retrieving revision 1.12
retrieving revision 1.12.4.1
diff -u -d -r1.12 -r1.12.4.1
--- libimgfile.tex	22 Sep 2003 15:00:55 -0000	1.12
+++ libimgfile.tex	1 Jan 2005 00:34:53 -0000	1.12.4.1
@@ -40,7 +40,7 @@
 simply dropping or duplicating pixels, so the result will be less than
 perfect, especially for computer-generated images.
 
-Alternatively, you can specify a filter to use to smoothen the image
+Alternatively, you can specify a filter to use to smooth the image
 after scaling. The filter forms supported are \code{'impulse'},
 \code{'box'}, \code{'triangle'}, \code{'quadratic'} and
 \code{'gaussian'}. If a filter is specified \var{blur} is an optional

Index: libmimetools.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmimetools.tex,v
retrieving revision 1.24
retrieving revision 1.24.14.1
diff -u -d -r1.24 -r1.24.14.1
--- libmimetools.tex	12 May 2003 03:23:51 -0000	1.24
+++ libmimetools.tex	1 Jan 2005 00:34:53 -0000	1.24.14.1
@@ -57,7 +57,7 @@
 
 
 \begin{seealso}
-  \seemodule{email}{Comprehensive email handling package; supercedes
+  \seemodule{email}{Comprehensive email handling package; supersedes
                     the \module{mimetools} module.}
   \seemodule{rfc822}{Provides the base class for
                      \class{mimetools.Message}.}

Index: libmultifile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmultifile.tex,v
retrieving revision 1.14
retrieving revision 1.14.4.1
diff -u -d -r1.14 -r1.14.4.1
--- libmultifile.tex	22 Sep 2003 15:00:55 -0000	1.14
+++ libmultifile.tex	1 Jan 2005 00:34:53 -0000	1.14.4.1
@@ -35,7 +35,7 @@
 own pattern for section-divider and end-marker lines.
 
 \begin{seealso}
-  \seemodule{email}{Comprehensive email handling package; supercedes
+  \seemodule{email}{Comprehensive email handling package; supersedes
                     the \module{multifile} module.}
 \end{seealso}
 

Index: liboperator.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liboperator.tex,v
retrieving revision 1.31
retrieving revision 1.31.4.1
diff -u -d -r1.31 -r1.31.4.1
--- liboperator.tex	17 Dec 2003 20:50:46 -0000	1.31
+++ liboperator.tex	1 Jan 2005 00:34:53 -0000	1.31.4.1
@@ -42,7 +42,7 @@
 Note that unlike the built-in \function{cmp()}, these functions can
 return any value, which may or may not be interpretable as a Boolean
 value.  See the \citetitle[../ref/ref.html]{Python Reference Manual}
-for more informations about rich comparisons.
+for more information about rich comparisons.
 \versionadded{2.2}
 \end{funcdesc}
 

Index: libossaudiodev.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libossaudiodev.tex,v
retrieving revision 1.12
retrieving revision 1.12.4.1
diff -u -d -r1.12 -r1.12.4.1
--- libossaudiodev.tex	5 May 2004 01:36:16 -0000	1.12
+++ libossaudiodev.tex	1 Jan 2005 00:34:53 -0000	1.12.4.1
@@ -261,7 +261,7 @@
 raises \exception{OSSAudioError} if not.  Returns a tuple (\var{format},
 \var{nchannels}, \var{samplerate}) indicating the parameter values that
 were actually set by the device driver (i.e., the same as the return
-valus of \method{setfmt()}, \method{channels()}, and \method{speed()}).
+values of \method{setfmt()}, \method{channels()}, and \method{speed()}).
 
 For example,
 \begin{verbatim}

Index: libplatform.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libplatform.tex,v
retrieving revision 1.2
retrieving revision 1.2.6.1
diff -u -d -r1.2 -r1.2.6.1
--- libplatform.tex	21 Oct 2003 17:58:55 -0000	1.2
+++ libplatform.tex	1 Jan 2005 00:34:53 -0000	1.2.6.1
@@ -17,7 +17,7 @@
 
 \begin{funcdesc}{architecture}{executable=sys.executable, bits='', linkage=''}
   Queries the given executable (defaults to the Python interpreter
-  binary) for various architecture informations.
+  binary) for various architecture information.
 
   Returns a tuple \code{(bits, linkage)} which contain information about
   the bit architecture and the linkage format used for the

Index: libpprint.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpprint.tex,v
retrieving revision 1.17
retrieving revision 1.17.4.1
diff -u -d -r1.17 -r1.17.4.1
--- libpprint.tex	3 Dec 2003 20:26:05 -0000	1.17
+++ libpprint.tex	1 Jan 2005 00:34:53 -0000	1.17.4.1
@@ -196,7 +196,7 @@
 affecting the presentation) as the keys; if an object needs to be
 presented which is already represented in \var{context}, the third
 return value should be true.  Recursive calls to the \method{format()}
-method should add additionaly entries for containers to this
+method should add additional entries for containers to this
 dictionary.  The fourth argument, \var{maxlevels}, gives the requested
 limit to recursion; this will be \code{0} if there is no requested
 limit.  This argument should be passed unmodified to recursive calls.

Index: libpyexpat.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpyexpat.tex,v
retrieving revision 1.24
retrieving revision 1.24.2.1
diff -u -d -r1.24 -r1.24.2.1
--- libpyexpat.tex	26 Aug 2004 00:37:30 -0000	1.24
+++ libpyexpat.tex	1 Jan 2005 00:34:53 -0000	1.24.2.1
@@ -310,7 +310,7 @@
 \end{methoddesc}
 
 \begin{methoddesc}[xmlparser]{EndDoctypeDeclHandler}{}
-Called when Expat is done parsing the document type delaration.
+Called when Expat is done parsing the document type declaration.
 This requires Expat version 1.2 or newer.
 \end{methoddesc}
 
@@ -379,7 +379,7 @@
 of the entity; this will be \code{None} for external entities.  The
 \var{notationName} parameter will be \code{None} for parsed entities,
 and the name of the notation for unparsed entities.
-\var{is_parameter_entity} will be true if the entity is a paremeter
+\var{is_parameter_entity} will be true if the entity is a parameter
 entity or false for general entities (most applications only need to
 be concerned with general entities).
 This is only available starting with version 1.95.0 of the Expat

Index: libre.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libre.tex,v
retrieving revision 1.112
retrieving revision 1.112.2.1
diff -u -d -r1.112 -r1.112.2.1
--- libre.tex	11 Nov 2004 05:04:55 -0000	1.112
+++ libre.tex	1 Jan 2005 00:34:53 -0000	1.112.2.1
@@ -845,9 +845,9 @@
 The integer index of the last matched capturing group, or \code{None}
 if no group was matched at all. For example, the expressions
 \regexp{(a)b}, \regexp{((a)(b))}, and \regexp{((ab))} will have
-\code{lastindex == 1} if applyied to the string \code{'ab'},
+\code{lastindex == 1} if applied to the string \code{'ab'},
 while the expression \regexp{(a)(b)} will have \code{lastindex == 2},
-if applyied to the same string.
+if applied to the same string.
 \end{memberdesc}
 
 \begin{memberdesc}[MatchObject]{lastgroup}

Index: libresource.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libresource.tex,v
retrieving revision 1.18
retrieving revision 1.18.12.1
diff -u -d -r1.18 -r1.18.12.1
--- libresource.tex	13 Jul 2003 00:46:40 -0000	1.18
+++ libresource.tex	1 Jan 2005 00:34:53 -0000	1.18.12.1
@@ -44,7 +44,7 @@
   Returns a tuple \code{(\var{soft}, \var{hard})} with the current
   soft and hard limits of \var{resource}. Raises \exception{ValueError} if
   an invalid resource is specified, or \exception{error} if the
-  underyling system call fails unexpectedly.
+  underlying system call fails unexpectedly.
 \end{funcdesc}
 
 \begin{funcdesc}{setrlimit}{resource, limits}
@@ -56,7 +56,7 @@
   Raises \exception{ValueError} if an invalid resource is specified,
   if the new soft limit exceeds the hard limit, or if a process tries
   to raise its hard limit (unless the process has an effective UID of
-  super-user).  Can also raise \exception{error} if the underyling
+  super-user).  Can also raise \exception{error} if the underlying
   system call fails.
 \end{funcdesc}
 

Index: librfc822.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librfc822.tex,v
retrieving revision 1.45
retrieving revision 1.45.4.1
diff -u -d -r1.45 -r1.45.4.1
--- librfc822.tex	25 Aug 2003 04:28:04 -0000	1.45
+++ librfc822.tex	1 Jan 2005 00:34:53 -0000	1.45.4.1
@@ -129,7 +129,7 @@
 
 
 \begin{seealso}
-  \seemodule{email}{Comprehensive email handling package; supercedes
+  \seemodule{email}{Comprehensive email handling package; supersedes
                     the \module{rfc822} module.}
   \seemodule{mailbox}{Classes to read various mailbox formats produced 
                       by end-user mail programs.}

Index: libselect.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libselect.tex,v
retrieving revision 1.22
retrieving revision 1.22.4.1
diff -u -d -r1.22 -r1.22.4.1
--- libselect.tex	10 Sep 2003 19:37:42 -0000	1.22
+++ libselect.tex	1 Jan 2005 00:34:53 -0000	1.22.4.1
@@ -61,7 +61,7 @@
 \note{File objects on Windows are not acceptable, but sockets
 are.\index{WinSock}  On Windows, the underlying \cfunction{select()}
 function is provided by the WinSock library, and does not handle file
-desciptors that don't originate from WinSock.}
+descriptors that don't originate from WinSock.}
 \end{funcdesc}
 
 \subsection{Polling Objects

Index: libshelve.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libshelve.tex,v
retrieving revision 1.20
retrieving revision 1.20.16.1
diff -u -d -r1.20 -r1.20.16.1
--- libshelve.tex	19 Apr 2003 20:59:02 -0000	1.20
+++ libshelve.tex	1 Jan 2005 00:34:53 -0000	1.20.16.1
@@ -18,7 +18,7 @@
 for the underlying database.  As a side-effect, an extension may be added to
 the filename and more than one file may be created.  By default, the
 underlying database file is opened for reading and writing.  The optional
-{}\var{flag} pararameter has the same interpretation as the \var{flag}
+{}\var{flag} parameter has the same interpretation as the \var{flag}
 parameter of \function{anydbm.open}.  
 
 By default, version 0 pickles are used to serialize values. 

Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.170.2.1
retrieving revision 1.170.2.2
diff -u -d -r1.170.2.1 -r1.170.2.2
--- libstdtypes.tex	2 Dec 2004 08:57:19 -0000	1.170.2.1
+++ libstdtypes.tex	1 Jan 2005 00:34:53 -0000	1.170.2.2
@@ -414,7 +414,7 @@
 \code{'xyzzy'}, \code{"frobozz"}.  See chapter 2 of the
 \citetitle[../ref/strings.html]{Python Reference Manual} for more about
 string literals.  Unicode strings are much like strings, but are
-specified in the syntax using a preceeding \character{u} character:
+specified in the syntax using a preceding \character{u} character:
 \code{u'abc'}, \code{u"def"}.  Lists are constructed with square brackets,
 separating items with commas: \code{[a, b, c]}.  Tuples are
 constructed by the comma operator (not within square brackets), with
@@ -546,7 +546,7 @@
 \code{\var{s}+=\var{t}}.  When applicable, this optimization makes
 quadratic run-time much less likely.  This optimization is both version
 and implementation dependent.  For performance sensitive code, it is
-preferrable to use the \method{str.join()} method which assures consistent
+preferable to use the \method{str.join()} method which assures consistent
 linear concatenation performance across versions and implementations.
 \versionchanged[Formerly, string concatenation never occurred in-place]{2.4}
 
@@ -932,8 +932,8 @@
   \lineiii{i}{Signed integer decimal.}{}
   \lineiii{o}{Unsigned octal.}{(1)}
   \lineiii{u}{Unsigned decimal.}{}
-  \lineiii{x}{Unsigned hexidecimal (lowercase).}{(2)}
-  \lineiii{X}{Unsigned hexidecimal (uppercase).}{(2)}
+  \lineiii{x}{Unsigned hexadecimal (lowercase).}{(2)}
+  \lineiii{X}{Unsigned hexadecimal (uppercase).}{(2)}
   \lineiii{e}{Floating point exponential format (lowercase).}{}
   \lineiii{E}{Floating point exponential format (uppercase).}{}
   \lineiii{f}{Floating point decimal format.}{}
@@ -1202,7 +1202,7 @@
 A set is greater than another set if and only if the first set is a proper
 superset of the second set (is a superset, but is not equal).
 
-Instanceas of \class{set} are compared to instances of \class{frozenset} based
+Instances of \class{set} are compared to instances of \class{frozenset} based
 on their members.  For example, \samp{set('abc') == frozenset('abc')} returns
 \code{True}.     
 

Index: libtime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtime.tex,v
retrieving revision 1.70
retrieving revision 1.70.2.1
diff -u -d -r1.70 -r1.70.2.1
--- libtime.tex	31 Oct 2004 12:19:34 -0000	1.70
+++ libtime.tex	1 Jan 2005 00:34:53 -0000	1.70.2.1
@@ -375,14 +375,14 @@
 \begin{itemize}
   \item[std and dst]
     Three or more alphanumerics giving the timezone abbreviations.
-    These will be propogated into time.tzname
+    These will be propagated into time.tzname
 
   \item[offset]
     The offset has the form: \plusminus{} hh[:mm[:ss]].
     This indicates the value added the local time to arrive at UTC. 
     If preceded by a '-', the timezone is east of the Prime 
     Meridian; otherwise, it is west. If no offset follows
-    dst, summmer time is assumed to be one hour ahead of standard time.
+    dst, summer time is assumed to be one hour ahead of standard time.
 
   \item[start[/time],end[/time]]
     Indicates when to change to and back from DST. The format of the

Index: libunittest.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libunittest.tex,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -d -r1.19 -r1.19.2.1
--- libunittest.tex	7 Nov 2004 16:02:07 -0000	1.19
+++ libunittest.tex	1 Jan 2005 00:34:53 -0000	1.19.2.1
@@ -568,7 +568,7 @@
 
 \begin{methoddesc}[TestCase]{debug}{}
   Run the test without collecting the result.  This allows exceptions
-  raised by the test to be propogated to the caller, and can be used
+  raised by the test to be propagated to the caller, and can be used
   to support running tests under a debugger.
 \end{methoddesc}
 

Index: libuserdict.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libuserdict.tex,v
retrieving revision 1.24
retrieving revision 1.24.4.1
diff -u -d -r1.24 -r1.24.4.1
--- libuserdict.tex	25 Aug 2003 04:28:04 -0000	1.24
+++ libuserdict.tex	1 Jan 2005 00:34:53 -0000	1.24.4.1
@@ -51,7 +51,7 @@
 defining all but \method{__delitem__} will preclude only \method{pop}
 and \method{popitem} from the full interface.
 
-In addition to the four base methods, progessively more efficiency
+In addition to the four base methods, progressively more efficiency
 comes with defining \method{__contains__()}, \method{__iter__()}, and
 \method{iteritems()}.
 

Index: libuu.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libuu.tex,v
retrieving revision 1.12
retrieving revision 1.12.20.1
diff -u -d -r1.12 -r1.12.20.1
--- libuu.tex	10 Oct 2002 18:24:54 -0000	1.12
+++ libuu.tex	1 Jan 2005 00:34:53 -0000	1.12.20.1
@@ -43,7 +43,7 @@
 \begin{excclassdesc}{Error}{}
   Subclass of \exception{Exception}, this can be raised by
   \function{uu.decode()} under various situations, such as described
-  above, but also including a badly formated header, or truncated
+  above, but also including a badly formatted header, or truncated
   input file.
 \end{excclassdesc}
 

Index: libwarnings.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwarnings.tex,v
retrieving revision 1.12
retrieving revision 1.12.12.1
diff -u -d -r1.12 -r1.12.12.1
--- libwarnings.tex	1 Jul 2003 14:37:59 -0000	1.12
+++ libwarnings.tex	1 Jan 2005 00:34:53 -0000	1.12.12.1
@@ -39,7 +39,7 @@
 \function{resetwarnings()}.
 
 The printing of warning messages is done by calling
-\function{showwarning()}, which may be overidden; the default
+\function{showwarning()}, which may be overridden; the default
 implementation of this function formats the message by calling
 \function{formatwarning()}, which is also available for use by custom
 implementations.

Index: libxmlrpclib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libxmlrpclib.tex,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -d -r1.18.2.1 -r1.18.2.2
--- libxmlrpclib.tex	12 Dec 2004 16:51:48 -0000	1.18.2.1
+++ libxmlrpclib.tex	1 Jan 2005 00:34:53 -0000	1.18.2.2
@@ -97,7 +97,7 @@
             everything an XML-RPC client developer needs to know.}
   \seetitle[http://xmlrpc-c.sourceforge.net/hacks.php]
            {XML-RPC-Hacks page}{Extensions for various open-source
-            libraries to support instrospection and multicall.}
+            libraries to support introspection and multicall.}
 \end{seealso}
 
 

Index: libzipfile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libzipfile.tex,v
retrieving revision 1.16
retrieving revision 1.16.4.1
diff -u -d -r1.16 -r1.16.4.1
--- libzipfile.tex	25 Aug 2003 04:28:05 -0000	1.16
+++ libzipfile.tex	1 Jan 2005 00:34:53 -0000	1.16.4.1
@@ -36,7 +36,7 @@
 \end{classdesc*}
 
 \begin{classdesc}{ZipInfo}{\optional{filename\optional{, date_time}}}
-  Class used the represent infomation about a member of an archive.
+  Class used to represent information about a member of an archive.
   Instances of this class are returned by the \method{getinfo()} and
   \method{infolist()} methods of \class{ZipFile} objects.  Most users
   of the \module{zipfile} module will not need to create these, but

Index: mimelib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/mimelib.tex,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- mimelib.tex	3 Oct 2004 03:58:01 -0000	1.8
+++ mimelib.tex	1 Jan 2005 00:34:53 -0000	1.8.2.1
@@ -26,7 +26,7 @@
   relevant email and MIME related RFCs.
 \end{abstract}
 
-% The ugly "%begin{latexonly}" pseudo-environment supresses the table
+% The ugly "%begin{latexonly}" pseudo-environment suppresses the table
 % of contents for HTML generation.
 %
 %begin{latexonly}
@@ -39,7 +39,7 @@
 relevant email and MIME related RFCs.
 
 This document describes version 3.0 of the \module{email} package, which is
-distributed with Python 2.4 and is availble as a standalone distutils-based
+distributed with Python 2.4 and is available as a standalone distutils-based
 package for use with Python 2.3.  \module{email} 3.0 is not compatible with
 Python versions earlier than 2.3.  For more information about the
 \module{email} package, including download links and mailing lists, see

Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -u -d -r1.27 -r1.27.2.1
--- tkinter.tex	7 Nov 2004 19:36:48 -0000	1.27
+++ tkinter.tex	1 Jan 2005 00:34:53 -0000	1.27.2.1
@@ -10,7 +10,7 @@
 Python programmers using the \refmodule{Tkinter} module, and its
 extension, the \refmodule{Tix} module.
 
-The \refmodule{Tkinter} module is a thin object--oriented layer on top of
+The \refmodule{Tkinter} module is a thin object-oriented layer on top of
 Tcl/Tk. To use \refmodule{Tkinter}, you don't need to write Tcl code,
 but you will need to consult the Tk documentation, and occasionally
 the Tcl documentation.  \refmodule{Tkinter} is a set of wrappers that
@@ -97,7 +97,7 @@
 \begin{classdesc}{Tk}{screenName=None, baseName=None, className='Tk', useTk=1}
 The \class{Tk} class is instantiated without arguments.
 This creates a toplevel widget of Tk which usually is the main window
-of an appliation. Each instance has its own associated Tcl interpreter.
+of an application. Each instance has its own associated Tcl interpreter.
 % FIXME: The following keyword arguments are currently recognized:
 \versionchanged[The \var{useTk} parameter was added]{2.4}
 \end{classdesc}
@@ -461,7 +461,7 @@
 fred["fg"] = "red"
 fred["bg"] = "blue"
 \end{verbatim}
-\item[Use the config() method to update multiple attrs subesequent to
+\item[Use the config() method to update multiple attrs subsequent to
 object creation]:
 \begin{verbatim}
 fred.config(fg = "red", bg = "blue")
@@ -812,7 +812,7 @@
     self.button.bind("<Enter>", self.turnRed)
 \end{verbatim}
 
-Notice how the widget field of the event is being accesed in the
+Notice how the widget field of the event is being accessed in the
 \method{turnRed()} callback.  This field contains the widget that
 caught the X event.  The following table lists the other event fields
 you can access, and how they are denoted in Tk, which can be useful
@@ -1218,7 +1218,7 @@
 widget can be used to display any data that have a hierarchical
 structure, for example, file system directory trees. The list entries
 are indented and connected by branch lines according to their places
-in the hierachy.
+in the hierarchy.
 \end{classdesc}
 
 % Python Demo of:
@@ -1243,7 +1243,7 @@
 \begin{classdesc}{Tree}{}
 The \ulink{Tree}
 {http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixTree.htm}
-widget can be used to display hierachical data in a tree form. The
+widget can be used to display hierarchical data in a tree form. The
 user can adjust the view of the tree by opening or closing parts of
 the tree.
 \end{classdesc}
@@ -1359,7 +1359,7 @@
 horizontal lines; each line is composed of a series of items (texts,
 bitmaps, images or spaces) arranged from left to right. For example, a
 compound image can be used to display a bitmap and a text string
-simutaneously in a Tk \class{Button} widget.
+simultaneously in a Tk \class{Button} widget.
 
 % Python Demo of:
 % \ulink{Compound Image In Buttons}{http://tix.sourceforge.net/dist/current/demos/samples/CmpImg.tcl}
@@ -1486,7 +1486,7 @@
 \end{methoddesc}
 
 \begin{methoddesc}{tix_option_get}{name}
-Gets the options manitained by the Tix scheme mechanism.
+Gets the options maintained by the Tix scheme mechanism.
 \end{methoddesc}
 
 \begin{methoddesc}{tix_resetoptions}{newScheme, newFontSet\optional{,
@@ -1547,13 +1547,13 @@
 \section{Idle \label{idle}}
 
 %\declaremodule{standard}{idle}
-%\modulesynopsis{A Python Integrated Developement Environment}
+%\modulesynopsis{A Python Integrated Development Environment}
 \moduleauthor{Guido van Rossum}{guido at Python.org}
 
 Idle is the Python IDE built with the \refmodule{Tkinter} GUI toolkit.  
 \index{Idle}
 \index{Python Editor}
-\index{Integrated Developement Environment}
+\index{Integrated Development Environment}
 
 
 IDLE has the following features:

Index: xmldom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmldom.tex,v
retrieving revision 1.25
retrieving revision 1.25.2.1
diff -u -d -r1.25 -r1.25.2.1
--- xmldom.tex	7 Nov 2004 19:55:18 -0000	1.25
+++ xmldom.tex	1 Jan 2005 00:34:53 -0000	1.25.2.1
@@ -584,7 +584,7 @@
 \end{methoddesc}
 
 \begin{methoddesc}[Element]{setAttributeNode}{newAttr}
-Add a new attibute node to the element, replacing an existing
+Add a new attribute node to the element, replacing an existing
 attribute if necessary if the \member{name} attribute matches.  If a
 replacement occurs, the old attribute node will be returned.  If
 \var{newAttr} is already in use, \exception{InuseAttributeErr} will be
@@ -592,7 +592,7 @@
 \end{methoddesc}
 
 \begin{methoddesc}[Element]{setAttributeNodeNS}{newAttr}
-Add a new attibute node to the element, replacing an existing
+Add a new attribute node to the element, replacing an existing
 attribute if necessary if the \member{namespaceURI} and
 \member{localName} attributes match.  If a replacement occurs, the old
 attribute node will be returned.  If \var{newAttr} is already in use,
@@ -639,7 +639,7 @@
 Return an attribute with a particular index.  The order you get the
 attributes in is arbitrary but will be consistent for the life of a
 DOM.  Each item is an attribute node.  Get its value with the
-\member{value} attribbute.
+\member{value} attribute.
 \end{methoddesc}
 
 There are also experimental methods that give this class more mapping

Index: xmldomminidom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmldomminidom.tex,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -d -r1.10 -r1.10.2.1
--- xmldomminidom.tex	28 Sep 2004 18:40:42 -0000	1.10
+++ xmldomminidom.tex	1 Jan 2005 00:34:53 -0000	1.10.2.1
@@ -110,7 +110,7 @@
 
 \method{unlink()} is a \module{xml.dom.minidom}-specific extension to
 the DOM API.  After calling \method{unlink()} on a node, the node and
-its descendents are essentially useless.
+its descendants are essentially useless.
 
 \begin{seealso}
   \seetitle[http://www.w3.org/TR/REC-DOM-Level-1/]{Document Object



More information about the Python-checkins mailing list