From c77eecbbd64fc7d97eaf12c31c005375e1815eee Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Thu, 19 Dec 2024 16:09:53 +1300 Subject: [PATCH] Fix *args as positional arguments --- doc/format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/format.rst b/doc/format.rst index 6579191c..28f1543b 100644 --- a/doc/format.rst +++ b/doc/format.rst @@ -228,7 +228,7 @@ When documenting variable length positional, or keyword arguments, leave the leading star(s) in front of the name and do not specify a type:: *args - Additional arguments should be passed as keyword arguments + Additional arguments should be passed as positional arguments. **kwargs Extra arguments to `metric`: refer to each metric documentation for a list of all possible arguments.