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 816d5e8 commit 18e9be6Copy full SHA for 18e9be6
development-tools/clinic.rst
@@ -1499,14 +1499,14 @@ How to convert var-positional parameter functions
1499
-------------------------------------------------
1500
1501
To convert a var-positional parameter function, prepend the parameter name
1502
-with ``*`` and use the the ``object`` converter.
+with ``*`` and use the the ``array`` converter.
1503
For example::
1504
1505
/*[clinic input]
1506
var_positional_sample
1507
1508
foo: int
1509
- *args: object
+ *args: array
1510
[clinic start generated code]*/
1511
1512
The implementation function will receive var-positional arguments
0 commit comments