From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 2 Mar 2025 11:21:57 +0000 (+0100) Subject: [3.12] Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741) (#130758) X-Git-Tag: v3.12.10~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96e6932bef469599269c15f389e832a56d8d094a;p=thirdparty%2FPython%2Fcpython.git [3.12] Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741) (#130758) Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741) (cherry picked from commit 37145cb89fe806377a5e9ed1fdac92dd3a5df2c0) Co-authored-by: Arijit Kumar Das --- diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index 76a197bbec73..9d53d0e56a4e 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`.