Skip to content

Commit ce76b3a

Browse files
committed
Pane(docs[set_title]): Add Returns description to docstring
why: Returns section had type but no description, inconsistent with other methods like resize_width/resize_height. what: - Add description text for the :class:\`Pane\` return type
1 parent 59be423 commit ce76b3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libtmux/pane.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,7 @@ def set_title(self, title: str) -> Pane:
842842
Returns
843843
-------
844844
:class:`Pane`
845+
The pane instance, for method chaining.
845846
846847
Examples
847848
--------

0 commit comments

Comments
 (0)