[3.13] Fix grammar typo in Doc/c-api/arg.rst (GH-130741) (#130759)

Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741)
(cherry picked from commit 37145cb89f)

Co-authored-by: Arijit Kumar Das <arijitkrdas2004@outlook.com>
This commit is contained in:
Miss Islington (bot) 2025-03-02 12:14:29 +01:00 committed by GitHub
parent ff14c1e7a9
commit 9854566626
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.