[Python-checkins] python/dist/src/Doc/api abstract.tex,1.31,1.32

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Apr 17 07:57:42 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13532

Modified Files:
	abstract.tex 
Log Message:
SF bug #936827:  PyNumber_And() 's description

Fix typo.



Index: abstract.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/abstract.tex,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** abstract.tex	12 Mar 2004 08:03:39 -0000	1.31
--- abstract.tex	17 Apr 2004 11:57:40 -0000	1.32
***************
*** 518,522 ****
  
  \begin{cfuncdesc}{PyObject*}{PyNumber_And}{PyObject *o1, PyObject *o2}
!   Returns the ``bitwise and'' of \var{o2} and \var{o2} on success and
    \NULL{} on failure. This is the equivalent of the Python expression
    \samp{\var{o1} \&\ \var{o2}}.
--- 518,522 ----
  
  \begin{cfuncdesc}{PyObject*}{PyNumber_And}{PyObject *o1, PyObject *o2}
!   Returns the ``bitwise and'' of \var{o1} and \var{o2} on success and
    \NULL{} on failure. This is the equivalent of the Python expression
    \samp{\var{o1} \&\ \var{o2}}.




More information about the Python-checkins mailing list