AttributeList --> NamedNodeMap

Since there is no such thing as an AttributeList, don't say "attributes"
is one.
This commit is contained in:
Fred Drake 2001-01-24 16:17:15 +00:00
parent c4abd00457
commit b1b6a11b28
1 changed files with 1 additions and 1 deletions

View 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}