From fe1fadfb846e6191643b84ce7277d29bb847d1ae Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 22 Jul 2005 19:48:03 +0000 Subject: [ 1243288 ] Misuse of "it's" --- Doc/ref/ref2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 68f6570..950a732 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. -- cgit v0.12