File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Refer to :ref:`using-capsules` for more information on using these objects.
7171
7272 It is legal for a capsule to have a *NULL * destructor. This makes a *NULL *
7373 return code somewhat ambiguous; use :cfunc: `PyCapsule_IsValid ` or
74- :cfunc: `PyErr_Occurred ` to disambugate .
74+ :cfunc: `PyErr_Occurred ` to disambiguate .
7575
7676
7777.. cfunction :: void* PyCapsule_GetContext(PyObject *capsule)
@@ -81,7 +81,7 @@ Refer to :ref:`using-capsules` for more information on using these objects.
8181
8282 It is legal for a capsule to have a *NULL * context. This makes a *NULL *
8383 return code somewhat ambiguous; use :cfunc: `PyCapsule_IsValid ` or
84- :cfunc: `PyErr_Occurred ` to disambugate .
84+ :cfunc: `PyErr_Occurred ` to disambiguate .
8585
8686
8787.. cfunction :: const char* PyCapsule_GetName(PyObject *capsule)
@@ -91,7 +91,7 @@ Refer to :ref:`using-capsules` for more information on using these objects.
9191
9292 It is legal for a capsule to have a *NULL * name. This makes a *NULL * return
9393 code somewhat ambiguous; use :cfunc: `PyCapsule_IsValid ` or
94- :cfunc: `PyErr_Occurred ` to disambugate .
94+ :cfunc: `PyErr_Occurred ` to disambiguate .
9595
9696
9797.. cfunction :: void* PyCapsule_Import(const char *name, int no_block)
You can’t perform that action at this time.
0 commit comments