Skip to content

Commit c77eecb

Browse files
committed
Fix *args as positional arguments
1 parent d03b31c commit c77eecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ When documenting variable length positional, or keyword arguments, leave the
228228
leading star(s) in front of the name and do not specify a type::
229229

230230
*args
231-
Additional arguments should be passed as keyword arguments
231+
Additional arguments should be passed as positional arguments.
232232
**kwargs
233233
Extra arguments to `metric`: refer to each metric documentation for a
234234
list of all possible arguments.

0 commit comments

Comments
 (0)