Skip to content

Commit 3bf90a8

Browse files
committedDec 27, 2022
doc(server): Fix link to panes
·
v0.46.2v0.17.1
1 parent 7e3b057 commit 3bf90a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libtmux/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Server(EnvironmentMixin):
3939
4040
- :attr:`Session.windows` [:class:`Window`, ...]
4141
42-
- :attr:`Window._panes` [:class:`Pane`, ...]
42+
- :attr:`Window.panes` [:class:`Pane`, ...]
4343
4444
- :class:`Pane`
4545

0 commit comments

Comments
 (0)
Please sign in to comment.