summaryrefslogtreecommitdiff
path: root/qutebrowser/config
diff options
context:
space:
mode:
authorNicholas42 <gcc@nicholas-schwab.de>2021-04-08 23:58:55 +0200
committerGitHub <noreply@github.com>2021-04-08 23:58:55 +0200
commitbfc28ba6d0fedac3fab746aeecbe1f3ec85d8978 (patch)
tree1acf3cd356bbd66acfcdbaf5b9449e6ea4498bc8 /qutebrowser/config
parent5e0d6e0d3b5126c6e696d97360d069ea751ef2e8 (diff)
downloadqutebrowser-bfc28ba6d0fedac3fab746aeecbe1f3ec85d8978.tar.gz
qutebrowser-bfc28ba6d0fedac3fab746aeecbe1f3ec85d8978.zip
Apply suggestions from code review
Co-authored-by: Florian Bruhin <me@the-compiler.org>
Diffstat (limited to 'qutebrowser/config')
-rw-r--r--qutebrowser/config/configtypes.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/qutebrowser/config/configtypes.py b/qutebrowser/config/configtypes.py
index 4439cd4f4..c157fba41 100644
--- a/qutebrowser/config/configtypes.py
+++ b/qutebrowser/config/configtypes.py
@@ -2000,9 +2000,10 @@ class UrlPattern(BaseType):
class StatusbarWidget(String):
- """A Widget for the status bar.
+ """A widget for the status bar.
- Allows some predefined widgets and custom text-widgets via text:$CONTENT."""
+ Allows some predefined widgets and custom text-widgets via text:$CONTENT.
+ """
def _validate_valid_values(self, value: str) -> None:
if value.startswith("text:"):