Skip to content

Commit ffcbe75

Browse files
committed
Fix autodoc in Server.new_session
1 parent 8ab3e5c commit ffcbe75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libtmux/server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,11 @@ def new_session(self,
406406
:param session_name: session name::
407407
408408
$ tmux new-session -s <session_name>
409+
409410
:type session_name: string
410411
411412
:param attach: create session in the foreground. ``attach=False`` is
412-
equivalent to::
413+
equivalent to::
413414
414415
$ tmux new-session -d
415416

0 commit comments

Comments
 (0)