File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -274,8 +274,8 @@ class TmuxRelationalObject(object):
274
274
Object .children method
275
275
================ ========================= =================================
276
276
:class:`Server` :attr:`Server._sessions` :meth:`Server.list_sessions`
277
- :class:`Session` :attr:`Sessions ._windows` :meth:`Session.list_windows`
278
- :class:`Window` :attr:`Windows ._panes` :meth:`Window.list_panes`
277
+ :class:`Session` :attr:`Session ._windows` :meth:`Session.list_windows`
278
+ :class:`Window` :attr:`Window ._panes` :meth:`Window.list_panes`
279
279
:class:`Pane` n/a n/a
280
280
================ ========================= =================================
281
281
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ def _list_windows(self):
240
240
241
241
@property
242
242
def _windows (self ):
243
- """Property / alias to return :meth:`~ ._list_windows`."""
243
+ """Property / alias to return :meth:`Session ._list_windows`."""
244
244
245
245
return self ._list_windows ()
246
246
@@ -258,7 +258,7 @@ def list_windows(self):
258
258
259
259
@property
260
260
def windows (self ):
261
- """Property / alias to return :meth:`~ .list_windows`."""
261
+ """Property / alias to return :meth:`Session .list_windows`."""
262
262
return self .list_windows ()
263
263
264
264
#: Alias of :attr:`windows`, used by :class:`TmuxRelationalObject`
You can’t perform that action at this time.
0 commit comments