From: Arijit Kumar Das Date: Sun, 2 Mar 2025 09:24:34 +0000 (+0530) Subject: Fix grammar typo in `Doc/c-api/arg.rst` (#130741) X-Git-Tag: v3.14.0a6~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37145cb89fe806377a5e9ed1fdac92dd3a5df2c0;p=thirdparty%2FPython%2Fcpython.git Fix grammar typo in `Doc/c-api/arg.rst` (#130741) --- diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index deebaba19529..66ccf3c96a65 100644 --- a/Doc/c-api/arg.rst +++ b/Doc/c-api/arg.rst @@ -5,7 +5,7 @@ Parsing arguments and building values ===================================== -These functions are useful when creating your own extensions functions and +These functions are useful when creating your own extension functions and methods. Additional information and examples are available in :ref:`extending-index`.