Skip to content

Commit 28f0d0d

Browse files
committed
few stabs at api docs
1 parent cd392d6 commit 28f0d0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Here you can find the recent changes to tmuxp.
2626

2727
- :class:`Window` now has @proprety :meth:`Window.panes` returning a
2828
list of :class:`Pane` objects via :meth:`Window.list_panes()`.
29-
@property :meth:`Window._windows` to :meth:`Window._list_panes()`
29+
@property :meth:`Window._panes` to :meth:`Window._list_panes()`
3030
to return a list of dicts without making objects.
3131

3232
2013-10-18

doc/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Window Object
3636
.. autoclass:: Window
3737
:members:
3838
:inherited-members:
39+
:private-members:
3940
:show-inheritance:
4041

4142
.. attribute:: _session

0 commit comments

Comments
 (0)