From 6f505566b8857adef9fbed29da2defbe8ba47d41 Mon Sep 17 00:00:00 2001 From: user202729 <25191436+user202729@users.noreply.github.com> Date: Wed, 17 Oct 2018 23:41:51 +0700 Subject: [PATCH] Fix docstring for HintManager.filter_hints --- qutebrowser/browser/hints.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/qutebrowser/browser/hints.py b/qutebrowser/browser/hints.py index 1e2b46be6..31f56602f 100644 --- a/qutebrowser/browser/hints.py +++ b/qutebrowser/browser/hints.py @@ -833,9 +833,10 @@ class HintManager(QObject): Args: filterstr: The string to filter with, or None to use the filter - from previous call (saved in `self._filterstr`). If - `filterstr` is an empty string or if both `filterstr` - and `self._filterstr` are None, all hints are shown. + from previous call (saved in `self._context.filterstr`). + If `filterstr` is an empty string or if both `filterstr` + and `self._context.filterstr` are None, all hints are + shown. """ if filterstr is None: filterstr = self._context.filterstr