summaryrefslogtreecommitdiffstats
path: root/Doc/api/concrete.tex
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/api/concrete.tex
parent3b1cbf9ba0089981e7d0135cbd2f469827a3d294 (diff)
downloadcpython-c49322951ffd68b8066a34ba0d8cba563f90313b.zip
cpython-c49322951ffd68b8066a34ba0d8cba563f90313b.tar.gz
cpython-c49322951ffd68b8066a34ba0d8cba563f90313b.tar.bz2
Fix grammar (it's -> its).
Diffstat (limited to 'Doc/api/concrete.tex')
-rw-r--r--Doc/api/concrete.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex
index 8c93715..e174bee 100644
--- a/Doc/api/concrete.tex
+++ b/Doc/api/concrete.tex
@@ -2200,7 +2200,7 @@ There are very few functions specific to instance objects.
\begin{cfuncdesc}{PyObject*}{PyInstance_NewRaw}{PyObject *class,
PyObject *dict}
- Create a new instance of a specific class without calling it's
+ Create a new instance of a specific class without calling its
constructor. \var{class} is the class of new object. The
\var{dict} parameter will be used as the object's \member{__dict__};
if \NULL{}, a new dictionary will be created for the instance.