File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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
500500 """Windows belonging server.
501501
502502 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()>`
505505 """
506506 windows : t .List ["Window" ] = []
507507 for obj in fetch_objs (
@@ -518,8 +518,8 @@ def panes(self) -> QueryList[Pane]: # type:ignore
518518 """Panes belonging server.
519519
520520 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()>`
523523 """
524524 panes : t .List ["Pane" ] = []
525525 for obj in fetch_objs (
You can’t perform that action at this time.
0 commit comments