diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-24 16:17:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-24 16:17:15 (GMT) |
commit | b1b6a11b28fe524631b82151d7770e0cb6f5466a (patch) | |
tree | 6a0a5ed14f0d0cd2b5b10eba689919bb56629c9e /Doc | |
parent | c4abd004578c7d9428d6cd6a153900d70e687c06 (diff) | |
download | cpython-b1b6a11b28fe524631b82151d7770e0cb6f5466a.zip cpython-b1b6a11b28fe524631b82151d7770e0cb6f5466a.tar.gz cpython-b1b6a11b28fe524631b82151d7770e0cb6f5466a.tar.bz2 |
AttributeList --> NamedNodeMap
Since there is no such thing as an AttributeList, don't say "attributes"
is one.
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 64c5394..a226850 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{AttributeList} of attribute objects. Only elements have +An \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} |