From: Fred Drake Date: Wed, 24 Jan 2001 16:17:15 +0000 (+0000) Subject: AttributeList --> NamedNodeMap X-Git-Tag: v2.1a2~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1b6a11b28fe524631b82151d7770e0cb6f5466a;p=thirdparty%2FPython%2Fcpython.git AttributeList --> NamedNodeMap Since there is no such thing as an AttributeList, don't say "attributes" is one. --- diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 64c53942e1f6..a226850689f2 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}