Skip to content

Commit b928d54

Browse files
committed
fix table alignment
1 parent ffcbe75 commit b928d54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libtmux/common.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)