diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-06-17 21:34:05 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-06-17 21:34:05 (GMT) |
commit | 3706855d118cd8f7b1bd0748ee79411f01710eff (patch) | |
tree | 468199d77c850a7e2ae4ce75af278c6b5c6d4be0 /Doc | |
parent | b849eddde6722549f9df1be1cd6ea7cf79d28807 (diff) | |
download | cpython-3706855d118cd8f7b1bd0748ee79411f01710eff.zip cpython-3706855d118cd8f7b1bd0748ee79411f01710eff.tar.gz cpython-3706855d118cd8f7b1bd0748ee79411f01710eff.tar.bz2 |
Add apparently missing word for InvalidStateError definition.
Closes bug #973901. Thanks Brian Gough.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/xmldom.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 812cd91..e41d56c 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} |