[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.131,1.132

Fred L. Drake fdrake@users.sourceforge.net
Fri, 13 Jul 2001 20:05:56 -0700


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

Modified Files:
	api.tex 
Log Message:

Oops, one more caret.


Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -r1.131 -r1.132
*** api.tex	2001/07/14 03:01:48	1.131
--- api.tex	2001/07/14 03:05:53	1.132
***************
*** 1771,1775 ****
  Returns the ``bitwise exclusive or'' of \var{o1} by \var{o2} on success,
  or \NULL{} on failure.  This is the equivalent of the Python
! expression \samp{\var{o1} \^{ }\var{o2}}.
  \end{cfuncdesc}
  
--- 1771,1775 ----
  Returns the ``bitwise exclusive or'' of \var{o1} by \var{o2} on success,
  or \NULL{} on failure.  This is the equivalent of the Python
! expression \samp{\var{o1} \textasciicircum{} \var{o2}}.
  \end{cfuncdesc}