summaryrefslogtreecommitdiffstats
path: root/Doc/api/concrete.tex
diff options
context:
space:
mode:
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.