From: Fred Drake Date: Thu, 25 Oct 2001 20:43:24 +0000 (+0000) Subject: Typo: NamedNodeList --> NamedNodeMap X-Git-Tag: v2.1.2c1~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f293569660ee2dca73e375b308fdca350fb6997;p=thirdparty%2FPython%2Fcpython.git Typo: NamedNodeList --> NamedNodeMap --- diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 5d4fe024e8ce..bb47895d8030 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}