Skip to content

Commit 66a6e8e

Browse files
committed
chore: set_(window_)option: Fix docstring
1 parent 8b87c84 commit 66a6e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libtmux/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def show_options(
264264
def show_option(
265265
self, option: str, _global: bool = False
266266
) -> t.Optional[t.Union[str, int, bool]]:
267-
"""Return a list of options for the window.
267+
"""Return option value for the target session.
268268
269269
Parameters
270270
----------

src/libtmux/window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def show_window_option(
404404
self, option: str, g: bool = False
405405
) -> t.Optional[t.Union[str, int]]:
406406
"""
407-
Return a list of options for the window.
407+
Return option value for the target window.
408408
409409
todo: test and return True/False for on/off string
410410

0 commit comments

Comments
 (0)