Skip to content

Commit 1784d30

Browse files
committed
chore: set_(window_)option: Fix docstring
1 parent eee721b commit 1784d30

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
@@ -267,7 +267,7 @@ def show_options(
267267
def show_option(
268268
self, option: str, _global: bool = False
269269
) -> t.Optional[t.Union[str, int, bool]]:
270-
"""Return a list of options for the window.
270+
"""Return option value for the target session.
271271
272272
Parameters
273273
----------

src/libtmux/window.py

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

0 commit comments

Comments
 (0)