summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-11-13 15:53:23 (GMT)
committerFred Drake <fdrake@acm.org>2002-11-13 15:53:23 (GMT)
commit2c249990eeb24e539bf5c3d9406f7e563e21dd79 (patch)
tree3a914523b9aca1b61a6d8e02db6e231db7846fad
parent1f0c193b5ce7e5188f82d943f79b31869d7f12e2 (diff)
downloadcpython-2c249990eeb24e539bf5c3d9406f7e563e21dd79.zip
cpython-2c249990eeb24e539bf5c3d9406f7e563e21dd79.tar.gz
cpython-2c249990eeb24e539bf5c3d9406f7e563e21dd79.tar.bz2
Typo: it's --> its
Closes SF bug #637810.
-rw-r--r--Doc/lib/libre.tex2
-rw-r--r--Doc/lib/xmldom.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex
index 732f033..6065a82 100644
--- a/Doc/lib/libre.tex
+++ b/Doc/lib/libre.tex
@@ -387,7 +387,7 @@ also accepted by the regular expression parser:
\end{verbatim}
Note that octal escapes are not included. While the parser can
-attempt to determine whether a character is being specified by it's
+attempt to determine whether a character is being specified by its
ordinal value expressed in octal, doing so yields an expression which
is relatively difficult to maintain, as the same syntax is used to
refer to numbered groups.
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.