From: Brett Cannon Date: Thu, 17 Jun 2004 21:34:05 +0000 (+0000) Subject: Add apparently missing word for InvalidStateError definition. X-Git-Tag: v2.4a1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3706855d118cd8f7b1bd0748ee79411f01710eff;p=python Add apparently missing word for InvalidStateError definition. Closes bug #973901. Thanks Brian Gough. --- diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 812cd9111f..e41d56c6bd 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}