Skip to content

Commit 1d636f8

Browse files
committed
chore(internal[query_list]): pydocstyle manual fixes
1 parent f85d653 commit 1d636f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/_internal/query_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __call__(
1919
data: t.Union[str, t.List[str], "Mapping[str, str]"],
2020
rhs: t.Union[str, t.List[str], "Mapping[str, str]", "re.Pattern[str]"],
2121
) -> bool:
22-
"""Callback for :class:`QueryList` filtering operators."""
22+
"""Return callback for :class:`QueryList` filtering operators."""
2323
...
2424

2525

0 commit comments

Comments
 (0)