Skip to content

Commit f9245be

Browse files
committed
docs(Server.cmd): Fix typo
1 parent 88ee7cd commit f9245be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def raise_if_dead(self) -> None:
174174
# Command
175175
#
176176
def cmd(self, *args: t.Any, **kwargs: t.Any) -> tmux_cmd:
177-
"""Execute tmux command, rsepective of socket name and file, return output.
177+
"""Execute tmux command respective of socket name and file, return output.
178178
179179
Examples
180180
--------

0 commit comments

Comments
 (0)