Typo: NamedNodeList --> NamedNodeMap

This commit is contained in:
Fred Drake 2001-10-25 20:42:57 +00:00
parent a0dfc8577d
commit 61f794918f
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ This is a read-only attribute.
\end{memberdesc}
\begin{memberdesc}[Node]{attributes}
A \class{NamedNodeList} of attribute objects. Only elements have
A \class{NamedNodeMap} 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}