]> granicus.if.org Git - python/commitdiff
SF bug#1038917 fix typos (Contributed by George Yoshida.)
authorRaymond Hettinger <python@rcn.com>
Sat, 2 Oct 2004 11:02:59 +0000 (11:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 2 Oct 2004 11:02:59 +0000 (11:02 +0000)
Doc/lib/libgetopt.tex
Doc/mac/libaetypes.tex
Doc/mac/libmacic.tex
Doc/mac/using.tex
Misc/HISTORY

index 7fe950ffa045783896ac5b4cc9d0ed4b9fa2dd29..3d582ebecbe237c909ca7486b87d4334c7fac316 100644 (file)
@@ -37,7 +37,7 @@ equal sign (\character{=}).  To accept only long options,
 \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 362bc2cbce9bf2b6d23ffd74857685651d991d5e..f7d8f8b193c9199e65845458f56ca93e7177a7fe 100644 (file)
@@ -121,7 +121,7 @@ Specifiers. Upon instantiation you should pass a selector in
 \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 de5daa66d525833095d911b254ce9885e9b4eda3..ad37c107ed64984ed9efb93d8373eedeaf3a3f61 100644 (file)
@@ -74,7 +74,7 @@ following methods:
 
 
 \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.
index e3d4e1b3a6764b4f28abb08877b3b6e06e6898b0..88d4d9123368986122245464bdf5e05b7ebf0890 100644 (file)
@@ -384,7 +384,7 @@ execute it or smaller selections of it.
 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 00e94829df69d085b50b8196d749a2f88e4ced03..d8847a89a5bfd0c344bdc49d2533a0d190c41532 100644 (file)
@@ -7255,7 +7255,7 @@ Ellipses object, and corresponding syntax:
        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