[Python-checkins] python/dist/src/Doc/ext embedding.tex,1.4.6.1,1.4.6.2

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 01 Dec 2002 20:47:12 -0800


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory sc8-pr-cvs1:/tmp/cvs-serv26647/Doc/ext

Modified Files:
      Tag: release22-maint
	embedding.tex 
Log Message:
Fix SF # 646578, Documentation Typo

Index: embedding.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/embedding.tex,v
retrieving revision 1.4.6.1
retrieving revision 1.4.6.2
diff -C2 -d -r1.4.6.1 -r1.4.6.2
*** embedding.tex	21 Jun 2002 13:11:12 -0000	1.4.6.1
--- embedding.tex	2 Dec 2002 04:47:10 -0000	1.4.6.2
***************
*** 156,160 ****
  
  \begin{verbatim}
! $ call multiply 3 2
  Thy shall add 3 times 2
  Result of call: 6
--- 156,160 ----
  
  \begin{verbatim}
! $ call multiply multiply 3 2
  Thy shall add 3 times 2
  Result of call: 6