We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5b1a6 commit b66d199Copy full SHA for b66d199
src/libtmux/window.py
@@ -110,8 +110,8 @@ def panes(self) -> QueryList["Pane"]: # type: ignore
110
"""Panes belonging windows.
111
112
Can be accessed via
113
- :meth:`.sessions.get() <libtmux._internal.query_list.QueryList.get()>` and
114
- :meth:`.sessions.filter() <libtmux._internal.query_list.QueryList.filter()>`
+ :meth:`.panes.get() <libtmux._internal.query_list.QueryList.get()>` and
+ :meth:`.panes.filter() <libtmux._internal.query_list.QueryList.filter()>`
115
"""
116
panes: t.List["Pane"] = []
117
for obj in fetch_objs(
0 commit comments