From 8f0dcaa66652c702d5a30e92f526a1edb081b85b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 10 Jul 2017 20:33:53 -0400 Subject: [PATCH] Variadic arguments are a tuple not a list. --- docs/ext/commands/commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ext/commands/commands.rst b/docs/ext/commands/commands.rst index 81a7de0bb..83371adda 100644 --- a/docs/ext/commands/commands.rst +++ b/docs/ext/commands/commands.rst @@ -129,7 +129,7 @@ at all: .. image:: /images/commands/variable3.png -Since the ``args`` variable is a `list `_, +Since the ``args`` variable is a `tuple `_, you can do anything you would usually do with one. Keyword-Only Arguments