Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30f4a4c

Browse files
committed
#5946: fix speling.
1 parent 4eea2a3 commit 30f4a4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/c-api/capsule.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)