We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eca970 commit 75d5d6bCopy full SHA for 75d5d6b
tmuxp/server.py
@@ -286,11 +286,11 @@ def _update_panes(self):
286
return self
287
288
def attached_sessions(self):
289
- """Return active :class:`Session` object.
+ """Return active :class:`Session` objects.
290
291
This will not work where multiple tmux sessions are attached.
292
293
- :rtype: :class:`Server`
+ :rtype: :py:obj:`list` of :class:`Session`
294
295
"""
296
0 commit comments