]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo: it's --> its
authorFred Drake <fdrake@acm.org>
Wed, 13 Nov 2002 15:53:23 +0000 (15:53 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 13 Nov 2002 15:53:23 +0000 (15:53 +0000)
Closes SF bug #637810.

Doc/lib/libre.tex
Doc/lib/xmldom.tex

index 732f033bf69579f484059d083e3a137dbace8c9b..6065a825c2b66d9e0d50b17e26fa6c020a85c0a4 100644 (file)
@@ -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.
index 46963d95b4abd075e5ca7449c9d2814278b21abd..23b8b55e597d7028701c6fd8b1e9ddba46393814 100644 (file)
@@ -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.