[3.13] Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741) (#130759)
https://github.com/python/cpython/commit/9854566626f6d79bf1c640d6893db855105... commit: 9854566626f6d79bf1c640d6893db8551056538d branch: 3.13 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: hugovk <1324225+hugovk@users.noreply.github.com> date: 2025-03-02T13:14:29+02:00 summary: [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 37145cb89fe806377a5e9ed1fdac92dd3a5df2c0) Co-authored-by: Arijit Kumar Das <arijitkrdas2004@outlook.com> files: M Doc/c-api/arg.rst diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index 209056ef2f8bce..15402a4c48f569 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`.
participants (1)
-
hugovk