Skip to content

Commit e734a91

Browse files
committed
docs: Fix link to run_before_script
1 parent 3e296da commit e734a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/exc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, *args, **kwargs):
4141
class BeforeLoadScriptError(Exception):
4242

4343
"""Exception replacing :py:class:`subprocess.CalledProcessError` for
44-
:meth:`util.run_before_script`.
44+
:meth:`tmuxp.util.run_before_script`.
4545
"""
4646

4747
def __init__(self, returncode, cmd, output=None):

0 commit comments

Comments
 (0)