mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
AttributeList --> NamedNodeMap
Since there is no such thing as an AttributeList, don't say "attributes" is one.
This commit is contained in:
parent
c4abd00457
commit
b1b6a11b28
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue