File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313
1414
1515def 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments