]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[ 1243288 ] Misuse of "it's"
authorGeorg Brandl <georg@python.org>
Fri, 22 Jul 2005 19:48:03 +0000 (19:48 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 22 Jul 2005 19:48:03 +0000 (19:48 +0000)
Doc/ref/ref2.tex

index 68f6570c9c4a026b8fe80a9e4179c5d1e5d66ca3..950a7324b9568f67d78bc5f9af37ef3dc10ce36f 100644 (file)
@@ -349,7 +349,7 @@ trailing underscore characters:
 
 \item[\code{__*__}]
   System-defined names.  These names are defined by the interpreter
-  and it's implementation (including the standard library);
+  and its implementation (including the standard library);
   applications should not expect to define additional names using this
   convention.  The set of names of this class defined by Python may be
   extended in future versions.