]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix grammar typo in `Doc/c-api/arg.rst` (#130741)
authorArijit Kumar Das <arijitkrdas2004@outlook.com>
Sun, 2 Mar 2025 09:24:34 +0000 (14:54 +0530)
committerGitHub <noreply@github.com>
Sun, 2 Mar 2025 09:24:34 +0000 (10:24 +0100)
Doc/c-api/arg.rst

index deebaba195299954cee23a5c2910c64ed9ba3fa8..66ccf3c96a65a4fecd9782f5adca6525070d94d0 100644 (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`.