From: Georg Brandl Date: Fri, 22 Jul 2005 19:48:03 +0000 (+0000) Subject: [ 1243288 ] Misuse of "it's" X-Git-Tag: v2.4.2c1~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe1fadfb846e6191643b84ce7277d29bb847d1ae;p=thirdparty%2FPython%2Fcpython.git [ 1243288 ] Misuse of "it's" --- diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 68f6570c9c4a..950a7324b956 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -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.