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

Fred L. Drake fdrake@users.sourceforge.net
Wed, 24 Jan 2001 10:19:42 -0800


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

Modified Files:
	xmldom.tex 
Log Message:

Fix an obvious usage nit I should have caught myself on the previous
change to this file.  Thanks, /F!


Index: xmldom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmldom.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** xmldom.tex	2001/01/24 16:17:15	1.6
--- xmldom.tex	2001/01/24 18:19:40	1.7
***************
*** 163,167 ****
  
  \begin{memberdesc}[Node]{attributes}
! An \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.
--- 163,167 ----
  
  \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.