diff -r c0cc31c5781c Doc/c-api/capsule.rst --- a/Doc/c-api/capsule.rst Tue May 05 15:42:49 2009 -0700 +++ b/Doc/c-api/capsule.rst Tue May 05 16:21:52 2009 -0700 @@ -79,7 +79,7 @@ It is legal for a capsule to have a *NULL* destructor. This makes a *NULL* return code somewhat ambiguous; - use :cfunc:`PyCapsule_IsValid` or :cfunc:`PyErr_Occurred` to disambugate. + use :cfunc:`PyCapsule_IsValid` or :cfunc:`PyErr_Occurred` to disambiguate. .. cfunction:: void* PyCapsule_GetContext(PyObject* capsule) @@ -89,7 +89,7 @@ It is legal for a capsule to have a *NULL* context. This makes a *NULL* return code somewhat ambiguous; - use :cfunc:`PyCapsule_IsValid` or :cfunc:`PyErr_Occurred` to disambugate. + use :cfunc:`PyCapsule_IsValid` or :cfunc:`PyErr_Occurred` to disambiguate. .. cfunction:: const char* PyCapsule_GetName(PyObject* capsule) @@ -99,7 +99,7 @@ It is legal for a capsule to have a *NULL* name. This makes a *NULL* return code somewhat ambiguous; - use :cfunc:`PyCapsule_IsValid` or :cfunc:`PyErr_Occurred` to disambugate. + use :cfunc:`PyCapsule_IsValid` or :cfunc:`PyErr_Occurred` to disambiguate. .. cfunction:: void* PyCapsule_Import(const char* name, int no_block)