[Python-checkins] python/dist/src/Doc/api concrete.tex, 1.25.10.6, 1.25.10.7

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Mar 25 03:56:01 EST 2004


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

Modified Files:
      Tag: release23-maint
	concrete.tex 
Log Message:
SF bug #921927:  Fixed a typo/thinko spelling "parameter" as "paramter"



Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.25.10.6
retrieving revision 1.25.10.7
diff -C2 -d -r1.25.10.6 -r1.25.10.7
*** concrete.tex	20 Feb 2004 11:58:27 -0000	1.25.10.6
--- concrete.tex	25 Mar 2004 08:55:58 -0000	1.25.10.7
***************
*** 2435,2439 ****
    parameter, \var{callback}, can be a callable object that receives
    notification when \var{ob} is garbage collected; it should accept a
!   single paramter, which will be the weak reference object itself.
    \var{callback} may also be \code{None} or \NULL.  If \var{ob}
    is not a weakly-referencable object, or if \var{callback} is not
--- 2435,2439 ----
    parameter, \var{callback}, can be a callable object that receives
    notification when \var{ob} is garbage collected; it should accept a
!   single parameter, which will be the weak reference object itself.
    \var{callback} may also be \code{None} or \NULL.  If \var{ob}
    is not a weakly-referencable object, or if \var{callback} is not
***************
*** 2450,2454 ****
    parameter, \var{callback}, can be a callable object that receives
    notification when \var{ob} is garbage collected; it should accept a
!   single paramter, which will be the weak reference object itself.
    \var{callback} may also be \code{None} or \NULL.  If \var{ob} is not
    a weakly-referencable object, or if \var{callback} is not callable,
--- 2450,2454 ----
    parameter, \var{callback}, can be a callable object that receives
    notification when \var{ob} is garbage collected; it should accept a
!   single parameter, which will be the weak reference object itself.
    \var{callback} may also be \code{None} or \NULL.  If \var{ob} is not
    a weakly-referencable object, or if \var{callback} is not callable,




More information about the Python-checkins mailing list