diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index e4b48e66bc2d1c..6e2309a018bdb9 100644 --- a/Doc/c-api/arg.rst +++ b/Doc/c-api/arg.rst @@ -368,9 +368,7 @@ inside nested parentheses. They are: ``$`` :c:func:`PyArg_ParseTupleAndKeywords` only: Indicates that the remaining arguments in the Python argument list are - keyword-only. Currently, all keyword-only arguments must also be optional - arguments, so ``|`` must always be specified before ``$`` in the format - string. + keyword-only. .. versionadded:: 3.3