From: Fred Drake <fdrake@acm.org>
Date: Wed, 13 Nov 2002 15:56:13 +0000 (+0000)
Subject: Typo: it's --> its
X-Git-Tag: v2.3c1~3454
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c184e7eea98ce59f996b76755e1c6142986933b;p=python

Typo: it's --> its
Closes SF bug #637810.
---

diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex
index 46963d95b4..23b8b55e59 100644
--- a/Doc/lib/xmldom.tex
+++ b/Doc/lib/xmldom.tex
@@ -373,7 +373,7 @@ well.  This returns the clone.
 
 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
+\class{Element} objects provides one as its list of child nodes, and
 the \method{getElementsByTagName()} and
 \method{getElementsByTagNameNS()} methods of \class{Node} return
 objects with this interface to represent query results.