summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_keyhints.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/misc/test_keyhints.py')
-rw-r--r--tests/unit/misc/test_keyhints.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/misc/test_keyhints.py b/tests/unit/misc/test_keyhints.py
index 8d9c53c93..922f39331 100644
--- a/tests/unit/misc/test_keyhints.py
+++ b/tests/unit/misc/test_keyhints.py
@@ -30,8 +30,8 @@ def expected_text(*args):
"""Helper to format text we expect the KeyHintView to generate.
Args:
- args: One tuple for each row in the expected output.
- Tuples are of the form: (prefix, color, suffix, command).
+ *args: One tuple for each row in the expected output.
+ Tuples are of the form: (prefix, color, suffix, command).
"""
text = '<table>'
for group in args: