Skip to content

Commit 816d5e8

Browse files
Update development-tools/clinic.rst
Co-authored-by: Adam Turner <[email protected]>
1 parent 16237b2 commit 816d5e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

development-tools/clinic.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,9 +1498,9 @@ a *type* argument to the object converter for :c:macro:`METH_O`.
14981498
How to convert var-positional parameter functions
14991499
-------------------------------------------------
15001500

1501-
To convert a var-positional parameter function,
1502-
prepending the parameter name with ``*`` ,
1503-
and the parameter should use the ``object`` converter::
1501+
To convert a var-positional parameter function, prepend the parameter name
1502+
with ``*`` and use the the ``object`` converter.
1503+
For example::
15041504

15051505
/*[clinic input]
15061506
var_positional_sample

0 commit comments

Comments
 (0)