[Python-checkins] python/dist/src/Doc/mac libframework.tex, 1.11, 1.11.4.1 undoc.tex, 1.13, 1.13.4.1 using.tex, 1.12.2.1, 1.12.2.2

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Jan 1 01:34:57 CET 2005


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

Modified Files:
      Tag: release24-maint
	libframework.tex undoc.tex using.tex 
Log Message:
SF Patch #1093896:  miscellaneous doc typos



Index: libframework.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libframework.tex,v
retrieving revision 1.11
retrieving revision 1.11.4.1
diff -u -d -r1.11 -r1.11.4.1
--- libframework.tex	22 Sep 2003 15:27:11 -0000	1.11
+++ libframework.tex	1 Jan 2005 00:34:55 -0000	1.11.4.1
@@ -151,7 +151,7 @@
 are available. This will cause FrameWork window updates and the user
 interface to remain working during long computations, but will slow the
 interpreter down and may cause surprising results in non-reentrant code
-(such as FrameWork itself). By default \var{async_dispatch} will immedeately
+(such as FrameWork itself). By default \var{async_dispatch} will immediately
 call \var{our_dispatch} but you may override this to handle only certain
 events asynchronously. Events you do not handle will be passed to Sioux
 and such.

Index: undoc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/undoc.tex,v
retrieving revision 1.13
retrieving revision 1.13.4.1
diff -u -d -r1.13 -r1.13.4.1
--- undoc.tex	21 Jul 2004 21:34:45 -0000	1.13
+++ undoc.tex	1 Jan 2005 00:34:55 -0000	1.13.4.1
@@ -59,7 +59,7 @@
   \platform{Mac}
 \modulesynopsis{Constant definitions for many Mac OS error codes.}
 
-\module{macerrors} cotains constant definitions for many Mac OS error
+\module{macerrors} contains constant definitions for many Mac OS error
 codes.
 
 

Index: using.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/using.tex,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -d -r1.12.2.1 -r1.12.2.2
--- using.tex	24 Dec 2004 02:41:48 -0000	1.12.2.1
+++ using.tex	1 Jan 2005 00:34:55 -0000	1.12.2.2
@@ -157,9 +157,9 @@
 
 \item
 When you waved the script icon over the \program{PythonInterpreter},
-the \program{PythonInterpreter} icon did not hilight.  Most likely the
-Creator code and document type is unset (or set incorrectly) -- this
-often happens when a file originates on a non-Mac computer.  See
+the \program{PythonInterpreter} icon did not highlight.  Most likely
+the Creator code and document type is unset (or set incorrectly) --
+this often happens when a file originates on a non-Mac computer.  See
 section \ref{creator-code} for more details.
 \end{itemize}
 



More information about the Python-checkins mailing list