Skip to content

Commit 59be423

Browse files
committed
Server(docs[docstring]): Add tmux_bin to Parameters section
why: tmux_bin parameter was missing from the Server class docstring, violating the convention that all parameters are documented. what: - Add tmux_bin entry to Parameters section after socket_name_factory
1 parent 0b6235b commit 59be423

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libtmux/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class Server(
7171
colors : str, optional
7272
on_init : callable, optional
7373
socket_name_factory : callable, optional
74+
tmux_bin : str or pathlib.Path, optional
7475
7576
Examples
7677
--------

0 commit comments

Comments
 (0)