From 058c3e6541be297533102f9bc3897296330ea15e Mon Sep 17 00:00:00 2001 From: Rahid Date: Fri, 18 Nov 2016 23:45:12 +0100 Subject: [PATCH] Trailing spaces --- qutebrowser/browser/hints.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/browser/hints.py b/qutebrowser/browser/hints.py index ad852ac76..f1d84daa3 100644 --- a/qutebrowser/browser/hints.py +++ b/qutebrowser/browser/hints.py @@ -611,7 +611,7 @@ class HintManager(QObject): rapid: Whether to do rapid hinting. This is only possible with targets `tab` (with background-tabs=true), `tab-bg`, `window`, `run`, `hover`, `userscript` and `spawn`. - chronicle: Whether to add spawned or yanked linked to the + chronicle: Whether to add spawned or yanked linked to the browsing history. group: The element types to hint. @@ -866,7 +866,7 @@ class HintManager(QObject): handler = functools.partial(url_handlers[self._context.target], url, self._context) if self._context.chronicle: - objreg.get('web-history').add_from_tab(url, url, "") + objreg.get('web-history').add_from_tab(url, url, "") else: raise ValueError("No suitable handler found!")