We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174341b commit a145e7fCopy full SHA for a145e7f
1 file changed
src/libtmux/exc.py
@@ -81,7 +81,7 @@ def __init__(self, *args: object) -> None:
81
82
83
class InvalidOption(OptionError):
84
- """Option invalid to tmux, introduced in tmux v2.4."""
+ """Option invalid to tmux."""
85
86
87
class AmbiguousOption(OptionError):
0 commit comments