summaryrefslogtreecommitdiff
path: root/qutebrowser/config/config.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/config/config.py
parent26d308d95d54abf68207d00002c0c1cd3d142ba4 (diff)
downloadqutebrowser-bbb44f6e5056ab31f945ec7fb48106c40559a836.tar.gz
qutebrowser-bbb44f6e5056ab31f945ec7fb48106c40559a836.zip
Add some missing docstring params
Diffstat (limited to 'qutebrowser/config/config.py')
-rw-r--r--qutebrowser/config/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/qutebrowser/config/config.py b/qutebrowser/config/config.py
index 8c9f3a4d0..e054c8010 100644
--- a/qutebrowser/config/config.py
+++ b/qutebrowser/config/config.py
@@ -387,6 +387,8 @@ class Config(QObject):
"""Get the given setting converted for Python code.
Args:
+ name: The name of the setting to get.
+ url: The URL to get the value for.
fallback: Use the global value if there's no URL-specific one.
"""
opt = self.get_opt(name)