Skip to content

Commit 2db35c3

Browse files
committed
typos --format brief --write-changes
1 parent 58b2659 commit 2db35c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tmuxp/workspace/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
def expandshell(value: str) -> str:
16-
"""Returned wih variables expanded based on user's ``$HOME`` and ``env``.
16+
"""Returned with variables expanded based on user's ``$HOME`` and ``env``.
1717
1818
:py:func:`os.path.expanduser` and :py:fubasednc:`os.path.expandvars`.
1919

tests/cli/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_help(
4242
monkeypatch: pytest.MonkeyPatch,
4343
capsys: pytest.CaptureFixture[str],
4444
) -> None:
45-
# In scrunched terminals, prevent width causing differantiation in result.out.
45+
# In scrunched terminals, prevent width causing differentiation in result.out.
4646
monkeypatch.setenv("COLUMNS", "100")
4747
monkeypatch.setenv("LINES", "100")
4848

0 commit comments

Comments
 (0)