[Python-checkins] python/dist/src/Doc/lib xmldom.tex,1.21,1.22

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 13 Nov 2002 07:56:15 -0800


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

Modified Files:
	xmldom.tex 
Log Message:
Typo: it's --> its
Closes SF bug #637810.


Index: xmldom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmldom.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** xmldom.tex	11 Sep 2002 22:03:47 -0000	1.21
--- xmldom.tex	13 Nov 2002 15:56:13 -0000	1.22
***************
*** 374,378 ****
  A \class{NodeList} represents a sequence of nodes.  These objects are
  used in two ways in the DOM Core recommendation:  the
! \class{Element} objects provides one as it's list of child nodes, and
  the \method{getElementsByTagName()} and
  \method{getElementsByTagNameNS()} methods of \class{Node} return
--- 374,378 ----
  A \class{NodeList} represents a sequence of nodes.  These objects are
  used in two ways in the DOM Core recommendation:  the
! \class{Element} objects provides one as its list of child nodes, and
  the \method{getElementsByTagName()} and
  \method{getElementsByTagNameNS()} methods of \class{Node} return