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(
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 -------
Original file line number Diff line number Diff 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 --------
You can’t perform that action at this time.
0 commit comments