diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-24 18:19:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-24 18:19:40 (GMT) |
commit | 9368a12011af0dce5c3ade847041f837279f9397 (patch) | |
tree | 28d1bcda6af15a52b40aad11ec7322f64d348a21 /Doc/lib/xmldom.tex | |
parent | 3f52da5b022846aa4a0f21545a78d95634090039 (diff) | |
download | cpython-9368a12011af0dce5c3ade847041f837279f9397.zip cpython-9368a12011af0dce5c3ade847041f837279f9397.tar.gz cpython-9368a12011af0dce5c3ade847041f837279f9397.tar.bz2 |
Fix an obvious usage nit I should have caught myself on the previous
change to this file. Thanks, /F!
Diffstat (limited to 'Doc/lib/xmldom.tex')
-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 a226850..27e7cfc 100644 --- a/Doc/lib/xmldom.tex +++ b/Doc/lib/xmldom.tex @@ -162,7 +162,7 @@ This is a read-only attribute. \end{memberdesc} \begin{memberdesc}[Node]{attributes} -An \class{NamedNodeList} of attribute objects. Only elements have +A \class{NamedNodeList} of attribute objects. Only elements have actual values for this; others provide \code{None} for this attribute. This is a read-only attribute. \end{memberdesc} |