[Python-checkins] python/dist/src/Doc/api abstract.tex, 1.26.12.4, 1.26.12.5

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Apr 17 07:59:58 EDT 2004


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

Modified Files:
      Tag: release23-maint
	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.26.12.4
retrieving revision 1.26.12.5
diff -C2 -d -r1.26.12.4 -r1.26.12.5
*** abstract.tex	4 Jan 2004 03:12:46 -0000	1.26.12.4
--- abstract.tex	17 Apr 2004 11:59:55 -0000	1.26.12.5
***************
*** 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