From 0fed933123bda3f7db6ce122e0290b47872777f5 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 2 Jan 2020 10:34:00 +0100 Subject: [PATCH] Fix typo --- toot/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toot/console.py b/toot/console.py index 122873e..b39002a 100644 --- a/toot/console.py +++ b/toot/console.py @@ -58,7 +58,7 @@ def editor(value): Command = namedtuple("Command", ["name", "description", "require_auth", "arguments"]) -# Aruguments added to every command +# Arguments added to every command common_args = [ (["--no-color"], { "help": "don't use ANSI colors in output",