Fix grammar typo in Doc/c-api/arg.rst (#130741)

This commit is contained in:
Arijit Kumar Das 2025-03-02 14:54:34 +05:30 committed by GitHub
parent c71e55869e
commit 37145cb89f
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`.