From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:02:20 +0000 (+0200) Subject: [3.14] Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577) (GH-140580) X-Git-Tag: v3.14.1~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=568cf8b4af03484700054b7769f0d7172e45b28c;p=thirdparty%2FPython%2Fcpython.git [3.14] Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577) (GH-140580) Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577) "who" -> "which" (cherry picked from commit 4ad599501fe8ec58ef2842d26330696820b2cc5c) Co-authored-by: RayXu <140802139+F18-Maverick@users.noreply.github.com> --- diff --git a/Doc/c-api/capsule.rst b/Doc/c-api/capsule.rst index 64dc4f5275b5..6da020efc7f2 100644 --- a/Doc/c-api/capsule.rst +++ b/Doc/c-api/capsule.rst @@ -15,7 +15,7 @@ Refer to :ref:`using-capsules` for more information on using these objects. .. c:type:: PyCapsule This subtype of :c:type:`PyObject` represents an opaque value, useful for C - 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*` pointer) through Python code to other C code. It is often used to make a C function pointer defined in one module available to other modules, so the regular import mechanism can be used to access C APIs defined in dynamically