From: A.M. K. <aku...@us...> - 2001-12-03 20:58:32
|
Update of /cvsroot/py-howto/pyhowto In directory usw-pr-cvs1:/tmp/cvs-serv12300 Modified Files: python-22.tex Log Message: Oops! Forgot the value parameter. Index: python-22.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -r1.49 -r1.50 *** python-22.tex 2001/12/03 20:55:37 1.49 --- python-22.tex 2001/12/03 20:58:29 1.50 *************** *** 217,221 **** on \var{object} to \var{value}. ! \item \method{__delete__(\var{object})} deletes the \var{value} attribute of \var{object}. \end{itemize} --- 217,221 ---- on \var{object} to \var{value}. ! \item \method{__delete__(\var{object}, \var{value})} deletes the \var{value} attribute of \var{object}. \end{itemize} |