Index: Misc/HISTORY =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/HISTORY,v retrieving revision 1.13 diff -u -r1.13 HISTORY --- Misc/HISTORY 21 Mar 2004 18:48:22 -0000 1.13 +++ Misc/HISTORY 2 Oct 2004 10:03:05 -0000 @@ -7255,7 +7255,7 @@ x[lo:hi:stride] == x[slice(lo, hi, stride)] x[a, ..., z] == x[(a, Ellipses, z)] -- New documentation for errno and cgi mdoules. +- New documentation for errno and cgi modules. - The directory containing the script passed to the interpreter is inserted in from of sys.path; "." is no longer a default path Index: Doc/lib/libgetopt.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgetopt.tex,v retrieving revision 1.23 diff -u -r1.23 libgetopt.tex --- Doc/lib/libgetopt.tex 26 Jan 2004 19:40:18 -0000 1.23 +++ Doc/lib/libgetopt.tex 2 Oct 2004 10:03:05 -0000 @@ -37,7 +37,7 @@ \var{options} should be an empty string. Long options on the command line can be recognized so long as they provide a prefix of the option name that matches exactly one of the accepted options. For example, -it \var{long_options} is \code{['foo', 'frob']}, the option +if \var{long_options} is \code{['foo', 'frob']}, the option \longprogramopt{fo} will match as \longprogramopt{foo}, but \longprogramopt{f} will not match uniquely, so \exception{GetoptError} will be raised. Index: Doc/mac/libaetypes.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/mac/libaetypes.tex,v retrieving revision 1.3 diff -u -r1.3 libaetypes.tex --- Doc/mac/libaetypes.tex 22 Sep 2003 15:27:11 -0000 1.3 +++ Doc/mac/libaetypes.tex 2 Oct 2004 10:03:05 -0000 @@ -121,7 +121,7 @@ \end{classdesc} \begin{classdesc}{NProperty}{fr} -Abstract basclass for an OSA property. The subclass should set the class +Abstract baseclass for an OSA property. The subclass should set the class attributes \code{want} and \code{which} to designate which property we are talking about. Instances of subclasses of this class are Object Specifiers. Index: Doc/mac/using.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/mac/using.tex,v retrieving revision 1.11 diff -u -r1.11 using.tex --- Doc/mac/using.tex 15 Jul 2004 22:38:06 -0000 1.11 +++ Doc/mac/using.tex 2 Oct 2004 10:03:06 -0000 @@ -384,7 +384,7 @@ You can create a new script, open a previously saved script, and save your currently open script by selecting the appropriate item in the ``File'' menu. Dropping a Python script onto the -\program{Python IDE} will open it for editting. +\program{Python IDE} will open it for editing. If you try to open a script with the \program{Python IDE} but either can't locate it from the ``Open'' dialog box, or you get an error Index: Doc/mac/libmacic.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacic.tex,v retrieving revision 1.16 diff -u -r1.16 libmacic.tex --- Doc/mac/libmacic.tex 14 Jul 2001 02:10:11 -0000 1.16 +++ Doc/mac/libmacic.tex 2 Oct 2004 10:03:07 -0000 @@ -74,7 +74,7 @@ \begin{methoddesc}{launchurl}{url\optional{, hint}} -Parse the given URL, lauch the correct application and pass it the +Parse the given URL, launch the correct application and pass it the URL. The optional \var{hint} can be a scheme name such as \code{'mailto:'}, in which case incomplete URLs are completed with this scheme. If \var{hint} is not provided, incomplete URLs are invalid.