We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Doc/c-api/capsule.rst
1 parent d78d7a5 commit 4ad5995Copy full SHA for 4ad5995
Doc/c-api/capsule.rst
@@ -15,7 +15,7 @@ Refer to :ref:`using-capsules` for more information on using these objects.
15
.. c:type:: PyCapsule
16
17
This subtype of :c:type:`PyObject` represents an opaque value, useful for C
18
- extension modules who need to pass an opaque value (as a :c:expr:`void*`
+ extension modules which need to pass an opaque value (as a :c:expr:`void*`
19
pointer) through Python code to other C code. It is often used to make a C
20
function pointer defined in one module available to other modules, so the
21
regular import mechanism can be used to access C APIs defined in dynamically
0 commit comments