summaryrefslogtreecommitdiff
path: root/qutebrowser/commands/argparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/commands/argparser.py')
-rw-r--r--qutebrowser/commands/argparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/commands/argparser.py b/qutebrowser/commands/argparser.py
index f8f083b72..2a11589f9 100644
--- a/qutebrowser/commands/argparser.py
+++ b/qutebrowser/commands/argparser.py
@@ -101,7 +101,7 @@ def type_conv(param, typ, value, *, str_choices=None):
Args:
param: The argparse.Parameter we're checking
- types: The allowed type
+ typ: The allowed type
value: The value to convert
str_choices: The allowed choices if the type ends up being a string