]> granicus.if.org Git - python/commitdiff
fix typo
authorGeorg Brandl <georg@python.org>
Tue, 21 Feb 2006 20:41:29 +0000 (20:41 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 21 Feb 2006 20:41:29 +0000 (20:41 +0000)
Doc/api/newtypes.tex

index bfce26c9b782de59a6064520cdbb932bb2b5a722..114c9bb6d79965361a2ecbd7fb52a16152642e72 100644 (file)
@@ -525,7 +525,7 @@ Foo_Type.ob_type = &PyType_Type;
   \member{tp_free}.  The object deallocator should be the one used to
   allocate the instance; this is normally \cfunction{PyObject_Del()}
   if the instance was allocated using \cfunction{PyObject_New()} or
-  \cfunction{PyOject_VarNew()}, or \cfunction{PyObject_GC_Del()} if
+  \cfunction{PyObject_VarNew()}, or \cfunction{PyObject_GC_Del()} if
   the instance was allocated using \cfunction{PyObject_GC_New()} or
   \cfunction{PyObject_GC_VarNew()}.