[Python-checkins] CVS: python/dist/src/Doc/lib xmldom.tex,1.15,1.16

Fred L. Drake fdrake@users.sourceforge.net
Thu, 25 Oct 2001 13:42:59 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv15175

Modified Files:
	xmldom.tex 
Log Message:
Typo: NamedNodeList --> NamedNodeMap

Index: xmldom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmldom.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** xmldom.tex	2001/10/20 04:24:09	1.15
--- xmldom.tex	2001/10/25 20:42:57	1.16
***************
*** 194,198 ****
  
  \begin{memberdesc}[Node]{attributes}
! A \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.
--- 194,198 ----
  
  \begin{memberdesc}[Node]{attributes}
! 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.