Skip to content

Commit 6f911a0

Browse files
committed
typos --format brief --write-changes
1 parent 6c1f4ab commit 6f911a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/libtmux/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@ def new_session(
400400
where the closing of the window upon completion is desired.
401401
x : [int, str], optional
402402
Force the specified width instead of the tmux default for a
403-
dettached session
403+
detached session
404404
y : [int, str], optional
405405
Force the specified height instead of the tmux default for a
406-
dettached session
406+
detached session
407407
408408
Returns
409409
-------

src/libtmux/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def retry_until(
7979
Time in seconds to wait between calls. Defaults to ``0.05`` and is
8080
configurable via ``RETRY_INTERVAL_SECONDS`` environment variable.
8181
raises : bool
82-
Wether or not to raise an exception on timeout. Defaults to ``True``.
82+
Whether or not to raise an exception on timeout. Defaults to ``True``.
8383
8484
Examples
8585
--------

0 commit comments

Comments
 (0)