From 61f794918f4cea16c416ef1fcc53e318cc991414 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 25 Oct 2001 20:42:57 +0000 Subject: [PATCH] Typo: NamedNodeList --> NamedNodeMap --- Doc/lib/xmldom.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index bf71800016..eca4c6c8b7 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} -- 2.40.0