[Python-checkins] python/dist/src/Doc/mac libaetypes.tex, 1.3,
1.4 libmacic.tex, 1.16, 1.17 using.tex, 1.11, 1.12
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sat Oct 2 13:03:03 CEST 2004
Update of /cvsroot/python/python/dist/src/Doc/mac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4246/Doc/mac
Modified Files:
libaetypes.tex libmacic.tex using.tex
Log Message:
SF bug#1038917 fix typos (Contributed by George Yoshida.)
Index: libaetypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libaetypes.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libaetypes.tex 22 Sep 2003 15:27:11 -0000 1.3
+++ libaetypes.tex 2 Oct 2004 11:02:57 -0000 1.4
@@ -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: libmacic.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacic.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- libmacic.tex 14 Jul 2001 02:10:11 -0000 1.16
+++ libmacic.tex 2 Oct 2004 11:02:58 -0000 1.17
@@ -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.
Index: using.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/using.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- using.tex 15 Jul 2004 22:38:06 -0000 1.11
+++ using.tex 2 Oct 2004 11:02:58 -0000 1.12
@@ -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
More information about the Python-checkins
mailing list