diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-25 20:42:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-25 20:42:57 (GMT) |
commit | 61f794918f4cea16c416ef1fcc53e318cc991414 (patch) | |
tree | c648fdfcc7b07a8274df9903aaa29ad1b53d8dff /Doc/lib | |
parent | a0dfc8577de8c1b6de19dccc2992b6d95b71f969 (diff) | |
download | cpython-61f794918f4cea16c416ef1fcc53e318cc991414.zip cpython-61f794918f4cea16c416ef1fcc53e318cc991414.tar.gz cpython-61f794918f4cea16c416ef1fcc53e318cc991414.tar.bz2 |
Typo: NamedNodeList --> NamedNodeMap
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/xmldom.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index bf71800..eca4c6c 100644 --- a/Doc/lib/xmldom.tex +++ b/Doc/lib/xmldom.tex @@ -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} |