Skip to content

Commit 18e9be6

Browse files
authored
Apply suggestions from code review
1 parent 816d5e8 commit 18e9be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development-tools/clinic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,14 +1499,14 @@ How to convert var-positional parameter functions
14991499
-------------------------------------------------
15001500

15011501
To convert a var-positional parameter function, prepend the parameter name
1502-
with ``*`` and use the the ``object`` converter.
1502+
with ``*`` and use the the ``array`` converter.
15031503
For example::
15041504

15051505
/*[clinic input]
15061506
var_positional_sample
15071507

15081508
foo: int
1509-
*args: object
1509+
*args: array
15101510
[clinic start generated code]*/
15111511

15121512
The implementation function will receive var-positional arguments

0 commit comments

Comments
 (0)