https://github.com/python/cpython/commit/37145cb89fe806377a5e9ed1fdac92dd3a5df2c0
commit: 37145cb89fe806377a5e9ed1fdac92dd3a5df2c0
branch: main
author: Arijit Kumar Das <arijitkrdas2...@outlook.com>
committer: picnixz <10796600+picn...@users.noreply.github.com>
date: 2025-03-02T10:24:34+01:00
summary:

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

files:
M Doc/c-api/arg.rst

diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst
index deebaba1952999..66ccf3c96a65a4 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`.
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to