Wrap docstring and add dot

This commit is contained in:
ZyX 2014-08-24 21:07:46 +04:00
parent e4565dd3e8
commit dc7f8c22e6
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ def attached_clients(pl, minimum=1):
'''Return the number of tmux clients attached to the currently active session '''Return the number of tmux clients attached to the currently active session
:param int minimum: :param int minimum:
The minimum number of attached clients that must be present for this segment to be visible The minimum number of attached clients that must be present for this
segment to be visible.
''' '''
session_output = get_tmux_output('list-panes', '-F', '#{session_name}') session_output = get_tmux_output('list-panes', '-F', '#{session_name}')
if not session_output: if not session_output: