Skip to content

Commit b20554c

Browse files
committed
docs: Update return statement
1 parent 222a5e3 commit b20554c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def where(self, attrs: D, first: bool = False) -> t.Union[List[O], O]:
423423
424424
Returns
425425
-------
426-
list
426+
list of objects, or one object if ``first=True``
427427
"""
428428

429429
# from https://github.com/serkanyersen/underscore.py

0 commit comments

Comments
 (0)