Skip to content

Commit a145e7f

Browse files
committed
exc.py(docs): Remove version reference from InvalidOption docstring
why: Version introduction info irrelevant with 3.2a minimum what: - Remove "introduced in tmux v2.4" from InvalidOption docstring
1 parent 174341b commit a145e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/exc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(self, *args: object) -> None:
8181

8282

8383
class InvalidOption(OptionError):
84-
"""Option invalid to tmux, introduced in tmux v2.4."""
84+
"""Option invalid to tmux."""
8585

8686

8787
class AmbiguousOption(OptionError):

0 commit comments

Comments
 (0)