Skip to content

Commit 4c61bf4

Browse files
committed
Typo fix
1 parent 7f1014e commit 4c61bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/extending/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ Some example calls::
478478
Keyword Parameters for Extension Functions
479479
==========================================
480480

481-
If you also want your function to accest *keyword* arguments,
481+
If you also want your function to accept *keyword* arguments,
482482
use the :c:data:`METH_KEYWORDS` flag in combination with
483483
:c:data:`METH_VARARGS`.
484484
(It can also be used with other flags; see its documentation for the allowed

0 commit comments

Comments
 (0)