Skip to content

Commit b66d199

Browse files
committed
fix(window): Fix docstring
1 parent ae5b1a6 commit b66d199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libtmux/window.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ def panes(self) -> QueryList["Pane"]: # type: ignore
110110
"""Panes belonging windows.
111111
112112
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()>`
113+
:meth:`.panes.get() <libtmux._internal.query_list.QueryList.get()>` and
114+
:meth:`.panes.filter() <libtmux._internal.query_list.QueryList.filter()>`
115115
"""
116116
panes: t.List["Pane"] = []
117117
for obj in fetch_objs(

0 commit comments

Comments
 (0)