File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -500,8 +500,8 @@ def windows(self) -> QueryList[Window]: # type:ignore
500
500
"""Windows belonging server.
501
501
502
502
Can be accessed via
503
- :meth:`.sessions .get() <libtmux._internal.query_list.QueryList.get()>` and
504
- :meth:`.sessions .filter() <libtmux._internal.query_list.QueryList.filter()>`
503
+ :meth:`.windows .get() <libtmux._internal.query_list.QueryList.get()>` and
504
+ :meth:`.windows .filter() <libtmux._internal.query_list.QueryList.filter()>`
505
505
"""
506
506
windows : t .List ["Window" ] = []
507
507
for obj in fetch_objs (
@@ -518,8 +518,8 @@ def panes(self) -> QueryList[Pane]: # type:ignore
518
518
"""Panes belonging server.
519
519
520
520
Can be accessed via
521
- :meth:`.sessions .get() <libtmux._internal.query_list.QueryList.get()>` and
522
- :meth:`.sessions .filter() <libtmux._internal.query_list.QueryList.filter()>`
521
+ :meth:`.panes .get() <libtmux._internal.query_list.QueryList.get()>` and
522
+ :meth:`.panes .filter() <libtmux._internal.query_list.QueryList.filter()>`
523
523
"""
524
524
panes : t .List ["Pane" ] = []
525
525
for obj in fetch_objs (
You can’t perform that action at this time.
0 commit comments