[Python-checkins] CVS: python/dist/src/Doc/ref ref8.tex,1.11,1.12

Fred L. Drake fdrake@users.sourceforge.net
Fri, 26 Jan 2001 07:27:38 -0800


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

Modified Files:
	ref8.tex 
Log Message:

Typo: coplete --> complete

This closes SF bug #129759.


Index: ref8.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref8.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** ref8.tex	1999/11/09 17:03:45	1.11
--- ref8.tex	2001/01/26 15:27:35	1.12
***************
*** 29,33 ****
  it does not read and execute a complete program but reads and executes
  one statement (possibly compound) at a time.  The initial environment
! is identical to that of a coplete program; each statement is executed
  in the namespace of \module{__main__}.
  \index{interactive mode}
--- 29,33 ----
  it does not read and execute a complete program but reads and executes
  one statement (possibly compound) at a time.  The initial environment
! is identical to that of a complete program; each statement is executed
  in the namespace of \module{__main__}.
  \index{interactive mode}