summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/message.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-12-03 13:48:40 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-12-03 13:50:57 +0100
commitbbb44f6e5056ab31f945ec7fb48106c40559a836 (patch)
tree2edfc7cf1859fc0cdcfe304bdb8eda5049c0732f /qutebrowser/utils/message.py
parent26d308d95d54abf68207d00002c0c1cd3d142ba4 (diff)
downloadqutebrowser-bbb44f6e5056ab31f945ec7fb48106c40559a836.tar.gz
qutebrowser-bbb44f6e5056ab31f945ec7fb48106c40559a836.zip
Add some missing docstring params
Diffstat (limited to 'qutebrowser/utils/message.py')
-rw-r--r--qutebrowser/utils/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/utils/message.py b/qutebrowser/utils/message.py
index 98e7d1c11..c490aa4e8 100644
--- a/qutebrowser/utils/message.py
+++ b/qutebrowser/utils/message.py
@@ -140,7 +140,7 @@ def ask_async(title: str,
"""Ask an async question in the statusbar.
Args:
- message: The message to display to the user.
+ title: The message to display to the user.
mode: A PromptMode.
handler: The function to get called with the answer as argument.
default: The default value to display.