Commit 1cc1adf
committed
libtmux(docs[session]): fix kill_window docstring type to match signature
why: Docstring said "str, optional" but the actual signature accepts
str | int | None.
what:
- Change target_window type in docstring to "str | int, optional"1 parent 968727a commit 1cc1adf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
609 | | - | |
| 609 | + | |
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
| |||
0 commit comments