From: Fred Drake Date: Thu, 25 Oct 2001 20:42:57 +0000 (+0000) Subject: Typo: NamedNodeList --> NamedNodeMap X-Git-Tag: v2.2.1c1~1055 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61f794918f4cea16c416ef1fcc53e318cc991414;p=thirdparty%2FPython%2Fcpython.git Typo: NamedNodeList --> NamedNodeMap --- diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index bf7180001658..eca4c6c8b765 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}