We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1014e commit 4c61bf4Copy full SHA for 4c61bf4
Doc/extending/extending.rst
@@ -478,7 +478,7 @@ Some example calls::
478
Keyword Parameters for Extension Functions
479
==========================================
480
481
-If you also want your function to accest *keyword* arguments,
+If you also want your function to accept *keyword* arguments,
482
use the :c:data:`METH_KEYWORDS` flag in combination with
483
:c:data:`METH_VARARGS`.
484
(It can also be used with other flags; see its documentation for the allowed
0 commit comments