Skip to content

Commit

Permalink
docs(Session._list_windows): Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 26, 2023
1 parent 16c1078 commit 6c1f4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtmux/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def find_where(self, kwargs: t.Dict[str, t.Any]) -> t.Optional[Window]:
return self.windows.get(default=None, **kwargs)

def _list_windows(self) -> t.List["WindowDict"]:
"""Return list of windows (deprecated in favor of :meth:`.windows`).
"""Return list of windows (deprecated in favor of :attr:`.windows`).
.. deprecated:: 0.16
Expand Down

0 comments on commit 6c1f4ab

Please sign in to comment.