]> granicus.if.org Git - python/commitdiff
AttributeList --> NamedNodeMap
authorFred Drake <fdrake@acm.org>
Wed, 24 Jan 2001 16:17:15 +0000 (16:17 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 24 Jan 2001 16:17:15 +0000 (16:17 +0000)
Since there is no such thing as an AttributeList, don't say "attributes"
is one.

Doc/lib/xmldom.tex

index 64c53942e1f6222e26a8d914dd4a7dfc14ea0b11..a226850689f28065fe8f0948f809d514b6680b90 100644 (file)
@@ -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}