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

Fred L. Drake fdrake@users.sourceforge.net
2001年7月13日 20:07:58 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv24716/api
Modified Files:
 Tag: release21-maint
	api.tex 
Log Message:
Fix the markup of the caret charater in a couple of places; LaTeX's
special character bite us again. ;-(
This fixes SF bug #440911.
Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.117.2.9
retrieving revision 1.117.2.10
diff -C2 -r1.117.2.9 -r1.117.2.10
*** api.tex	2001年07月11日 20:40:05	1.117.2.9
--- api.tex	2001年07月14日 03:07:55	1.117.2.10
***************
*** 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}
 
***************
*** 1855,1859 ****
 \NULL{} on failure. The operation is done \emph{in-place} when \var{o1}
 supports it. This is the equivalent of the Python expression \samp{\var{o1}
! \^= \var{o2}}.
 \end{cfuncdesc}
 
--- 1855,1859 ----
 \NULL{} on failure. The operation is done \emph{in-place} when \var{o1}
 supports it. This is the equivalent of the Python expression \samp{\var{o1}
! \textasciicircum= \var{o2}}.
 \end{cfuncdesc}
 

AltStyle によって変換されたページ (->オリジナル) /