[Python-checkins] CVS: python/dist/src/Doc/mac using.tex,1.3,1.4

Fred L. Drake fdrake@users.sourceforge.net
Thu, 01 Nov 2001 11:48:03 -0800


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv23613/mac

Modified Files:
	using.tex 
Log Message:
Correct misspelling of "separate" in two places.
This closes SF bug #476898.


Index: using.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/using.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** using.tex	2001/04/13 17:32:49	1.3
--- using.tex	2001/11/01 19:48:01	1.4
***************
*** 208,212 ****
  that you cannot use the ``Drag and drop'' method above. Instead,
  dropping a script onto the \program{Python IDE} icon will open the
! file in a seperate script window (which you can then execute manually
  -- see section \ref{IDEexecution}).
  
--- 208,212 ----
  that you cannot use the ``Drag and drop'' method above. Instead,
  dropping a script onto the \program{Python IDE} icon will open the
! file in a separate script window (which you can then execute manually
  -- see section \ref{IDEexecution}).
  
***************
*** 263,267 ****
  command-line users would type them onto the command-line to pass them
  as arguments to the script. However, you should make sure to save the
! applet as a seperate file, do not overwrite the script you are
  writing, because you will not be able to edit it again.
  
--- 263,267 ----
  command-line users would type them onto the command-line to pass them
  as arguments to the script. However, you should make sure to save the
! applet as a separate file, do not overwrite the script you are
  writing, because you will not be able to edit it again.