From: Brett Cannon Date: Thu, 17 Jun 2004 21:35:22 +0000 (+0000) Subject: Add missing word in InvalidStateError definition. X-Git-Tag: v2.3.5c1~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b45670bce5ea68b9ccf3939a2f6e0a9996ef5215;p=thirdparty%2FPython%2Fcpython.git Add missing word in InvalidStateError definition. --- diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 812cd9111f29..e41d56c6bd7a 100644 --- a/Doc/lib/xmldom.tex +++ b/Doc/lib/xmldom.tex @@ -760,7 +760,7 @@ appropriate value for the \member{code} attribute. \end{excdesc} \begin{excdesc}{InvalidStateErr} - Raised when an attempt is made to use an object that is not or is no + Raised when an attempt is made to use an object that is not defined or is no longer usable. \end{excdesc}