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

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Thu Jun 17 17:35:24 EDT 2004


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

Modified Files:
      Tag: release23-maint
	xmldom.tex 
Log Message:
Add missing word in InvalidStateError definition.


Index: xmldom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmldom.tex,v
retrieving revision 1.23
retrieving revision 1.23.12.1
diff -C2 -d -r1.23 -r1.23.12.1
*** xmldom.tex	18 Apr 2003 22:04:34 -0000	1.23
--- xmldom.tex	17 Jun 2004 21:35:22 -0000	1.23.12.1
***************
*** 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