[Python-checkins] python/dist/src/Doc/lib xmldom.tex,1.23,1.24

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Thu Jun 17 17:34:10 EDT 2004


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

Modified Files:
	xmldom.tex 
Log Message:
Add apparently missing word for InvalidStateError definition.

Closes bug #973901.  Thanks Brian Gough.


Index: xmldom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmldom.tex,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** xmldom.tex	18 Apr 2003 22:04:34 -0000	1.23
--- xmldom.tex	17 Jun 2004 21:34:05 -0000	1.24
***************
*** 761,765 ****
  
  \begin{excdesc}{InvalidStateErr}
!   Raised when an attempt is made to use an object that is not or is no
    longer usable.
  \end{excdesc}
--- 761,765 ----
  
  \begin{excdesc}{InvalidStateErr}
!   Raised when an attempt is made to use an object that is not defined or is no
    longer usable.
  \end{excdesc}




More information about the Python-checkins mailing list