We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85d653 commit 1d636f8Copy full SHA for 1d636f8
src/libtmux/_internal/query_list.py
@@ -19,7 +19,7 @@ def __call__(
19
data: t.Union[str, t.List[str], "Mapping[str, str]"],
20
rhs: t.Union[str, t.List[str], "Mapping[str, str]", "re.Pattern[str]"],
21
) -> bool:
22
- """Callback for :class:`QueryList` filtering operators."""
+ """Return callback for :class:`QueryList` filtering operators."""
23
...
24
25
0 commit comments