File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -244,14 +244,14 @@ class TmuxRelationalObject(object):
244244 Children of :class:`TmuxRelationalObject` are going to have a
245245 ``self.children``, ``self.child_id_attribute`` and ``self.list_children``.
246246
247- ================ ================== ===================== ============================
247+ ================ ================== ======================= ============================
248248 Object ``.children`` ``.child_id_attribute`` method
249- ================ ================== ===================== ============================
250- :class:`Server` ``self._sessions`` 'session_id' :meth:`Server.list_sessions`
251- :class:`Session` ``self._windows`` 'window_id' :meth:`Session.list_windows`
252- :class:`Window` ``self._panes`` 'pane_id' :meth:`Window.list_panes`
249+ ================ ================== ======================= ============================
250+ :class:`Server` ``self._sessions`` 'session_id' :meth:`Server.list_sessions`
251+ :class:`Session` ``self._windows`` 'window_id' :meth:`Session.list_windows`
252+ :class:`Window` ``self._panes`` 'pane_id' :meth:`Window.list_panes`
253253 :class:`Pane`
254- ================ ================== ===================== ============================
254+ ================ ================== ======================= ============================
255255
256256 """
257257
You can’t perform that action at this time.
0 commit comments