Fix docstring for HintManager.filter_hints
This commit is contained in:
parent
8a62269018
commit
6f505566b8
@ -833,9 +833,10 @@ class HintManager(QObject):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
filterstr: The string to filter with, or None to use the filter
|
filterstr: The string to filter with, or None to use the filter
|
||||||
from previous call (saved in `self._filterstr`). If
|
from previous call (saved in `self._context.filterstr`).
|
||||||
`filterstr` is an empty string or if both `filterstr`
|
If `filterstr` is an empty string or if both `filterstr`
|
||||||
and `self._filterstr` are None, all hints are shown.
|
and `self._context.filterstr` are None, all hints are
|
||||||
|
shown.
|
||||||
"""
|
"""
|
||||||
if filterstr is None:
|
if filterstr is None:
|
||||||
filterstr = self._context.filterstr
|
filterstr = self._context.filterstr
|
||||||
|
Loading…
Reference in New Issue
Block a user