Skip to content

Commit 35f8d8c

Browse files
authored
docs(Server) Fix colors param (#544)
This PR fixes an incorrect docstring. For the `color` parameter, the API for libtmux actually expects either `256` or `88`.
1 parent ead667c commit 35f8d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Server(EnvironmentMixin):
9898
config_file = None
9999
"""Passthrough to ``[-f file]``"""
100100
colors = None
101-
"""``-2`` or ``-8``"""
101+
"""``256`` or ``88``"""
102102
child_id_attribute = "session_id"
103103
"""Unique child ID used by :class:`~libtmux.common.TmuxRelationalObject`"""
104104
formatter_prefix = "server_"

0 commit comments

Comments
 (0)