Skip to content

Commit 8b87c84

Browse files
committed
docs(window,session): Remove inaccurate docstring comment
1 parent eee721b commit 8b87c84

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/libtmux/session.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,6 @@ def show_options(
228228
"""
229229
Return a dict of options for the window.
230230
231-
For familiarity with tmux, the option ``option`` param forwards to pick
232-
a single option, forwarding to :meth:`Session.show_option`.
233-
234231
Parameters
235232
----------
236233
_global : bool, optional

src/libtmux/window.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,6 @@ def show_window_options(self, g: t.Optional[bool] = False) -> "WindowOptionDict"
366366
"""
367367
Return a dict of options for the window.
368368
369-
For familiarity with tmux, the option ``option`` param forwards to
370-
pick a single option, forwarding to :meth:`Window.show_window_option`.
371-
372369
.. versionchanged:: 0.13.0
373370
374371
``option`` removed, use show_window_option to return an individual option.

0 commit comments

Comments
 (0)