Skip to content

Commit 33976fa

Browse files
committed
internal(query_list): pydocstyle manual fixes
1 parent 96b4bf0 commit 33976fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libvcs/_internal/query_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __call__(
132132
data: t.Union[str, list[str], Mapping[str, str]],
133133
rhs: t.Union[str, list[str], Mapping[str, str], re.Pattern[str]],
134134
) -> bool:
135-
"""Callback for :class:`QueryList` filtering operators."""
135+
"""Return callback for :class:`QueryList` filtering operators."""
136136
...
137137

138138

0 commit comments

Comments
 (0)