diff options
author | Fred Drake <fdrake@acm.org> | 2002-11-13 15:56:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-11-13 15:56:13 (GMT) |
commit | 2c184e7eea98ce59f996b76755e1c6142986933b (patch) | |
tree | bf13806404b152539fc28464382d24c4528ead30 /Doc | |
parent | ce5619e8a18d51a6586f30e149398199db3cb932 (diff) | |
download | cpython-2c184e7eea98ce59f996b76755e1c6142986933b.zip cpython-2c184e7eea98ce59f996b76755e1c6142986933b.tar.gz cpython-2c184e7eea98ce59f996b76755e1c6142986933b.tar.bz2 |
Typo: it's --> its
Closes SF bug #637810.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/xmldom.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 46963d9..23b8b55 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. |