Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 16c1078

Browse filesBrowse files
committed
docs(Server._update_panes): Fix docstring
1 parent 39c70ca commit 16c1078
Copy full SHA for 16c1078

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎src/libtmux/server.py

Copy file name to clipboardExpand all lines: src/libtmux/server.py
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,14 +602,13 @@ def _update_panes(self) -> "Server":
602602
"""
603603
Update internal pane data and return ``self`` for chainability.
604604
605-
Returns
606-
-------
607-
:class:`Server`
608-
609605
.. deprecated:: 0.16
610606
611607
Deprecated in favor of :attr:`.panes` and returning ``self``.
612608
609+
Returns
610+
-------
611+
:class:`Server`
613612
"""
614613
warnings.warn("Server._update_panes() is deprecated", stacklevel=2)
615614
self._list_panes()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.