From 1fcd8cfe4b4aec62b8a346598d8d8f0eef0d2e09 Mon Sep 17 00:00:00 2001 From: Arijit Kumar Das Date: Sat, 1 Mar 2025 23:57:04 +0530 Subject: [PATCH] Fixed a typo in arg.rst Fix typo: 'extensions functions' -> 'extension functions' in documentation. --- Doc/c-api/arg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.