We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9da2e4 commit 7643b43Copy full SHA for 7643b43
libtmux/common.py
@@ -460,7 +460,7 @@ def get_version() -> LooseVersion:
460
Returns
461
-------
462
:class:`distutils.version.LooseVersion`
463
- tmux version according to :func:`libtmux.common.which`'s tmux
+ tmux version according to :func:`shtuil.which`'s tmux
464
"""
465
proc = tmux_cmd("-V")
466
if proc.stderr:
0 commit comments