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 16237b2 commit 816d5e8Copy full SHA for 816d5e8
development-tools/clinic.rst
@@ -1498,9 +1498,9 @@ a *type* argument to the object converter for :c:macro:`METH_O`.
1498
How to convert var-positional parameter functions
1499
-------------------------------------------------
1500
1501
-To convert a var-positional parameter function,
1502
-prepending the parameter name with ``*`` ,
1503
-and the parameter should use the ``object`` converter::
+To convert a var-positional parameter function, prepend the parameter name
+with ``*`` and use the the ``object`` converter.
+For example::
1504
1505
/*[clinic input]
1506
var_positional_sample
0 commit comments