Skip to content

Commit 8b27ca3

Browse files
committed
Pane(fix[display_popup]): correct ControlMode module path in docstring
why: libtmux.test.control_mode does not exist; Sphinx cross-reference would produce a broken link. Correct path is _internal.control_mode. what: - Replace ~libtmux.test.control_mode.ControlMode with ~libtmux._internal.control_mode.ControlMode in display_popup docstring
1 parent 857384a commit 8b27ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/pane.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ def display_popup(
12011201
"""Display a popup overlay via ``$ tmux display-popup``.
12021202
12031203
Requires tmux 3.2+ and an attached client. Use
1204-
:class:`~libtmux.test.control_mode.ControlMode` in tests to provide
1204+
:class:`~libtmux._internal.control_mode.ControlMode` in tests to provide
12051205
a client.
12061206
12071207
Parameters

0 commit comments

Comments
 (0)