summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2005-06-18 17:54:13 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2005-06-18 17:54:13 (GMT)
commitc49322951ffd68b8066a34ba0d8cba563f90313b (patch)
tree505ab1af724d227cd84e547effc79aa87cf44f86 /Doc/ref
parent3b1cbf9ba0089981e7d0135cbd2f469827a3d294 (diff)
downloadcpython-c49322951ffd68b8066a34ba0d8cba563f90313b.zip
cpython-c49322951ffd68b8066a34ba0d8cba563f90313b.tar.gz
cpython-c49322951ffd68b8066a34ba0d8cba563f90313b.tar.bz2
Fix grammar (it's -> its).
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref2.tex2
1 files changed, 1 insertions, 1 deletions
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.