Skip to content

Commit 7643b43

Browse files
committed
doc(get_version): Note which() update
1 parent c9da2e4 commit 7643b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def get_version() -> LooseVersion:
460460
Returns
461461
-------
462462
:class:`distutils.version.LooseVersion`
463-
tmux version according to :func:`libtmux.common.which`'s tmux
463+
tmux version according to :func:`shtuil.which`'s tmux
464464
"""
465465
proc = tmux_cmd("-V")
466466
if proc.stderr:

0 commit comments

Comments
 (0)