File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -400,10 +400,10 @@ def new_session(
400
400
where the closing of the window upon completion is desired.
401
401
x : [int, str], optional
402
402
Force the specified width instead of the tmux default for a
403
- dettached session
403
+ detached session
404
404
y : [int, str], optional
405
405
Force the specified height instead of the tmux default for a
406
- dettached session
406
+ detached session
407
407
408
408
Returns
409
409
-------
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def retry_until(
79
79
Time in seconds to wait between calls. Defaults to ``0.05`` and is
80
80
configurable via ``RETRY_INTERVAL_SECONDS`` environment variable.
81
81
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``.
83
83
84
84
Examples
85
85
--------
You can’t perform that action at this time.
0 commit comments