Skip to content

Commit aa5bdfc

Browse files
committed
docs(loader): Fix function variable
1 parent 28fb8b7 commit aa5bdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tmuxp/workspace/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def expandshell(value: str) -> str:
1616
"""Resolve shell variables based on user's ``$HOME`` and ``env``.
1717
18-
:py:func:`os.path.expanduser` and :py:fubasednc:`os.path.expandvars`.
18+
:py:func:`os.path.expanduser` and :py:func:`os.path.expandvars`.
1919
2020
Parameters
2121
----------

0 commit comments

Comments
 (0)