Skip to content

Commit 6c1f4ab

Browse files
committed
docs(Session._list_windows): Fix docstring
1 parent 16c1078 commit 6c1f4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def find_where(self, kwargs: t.Dict[str, t.Any]) -> t.Optional[Window]:
656656
return self.windows.get(default=None, **kwargs)
657657

658658
def _list_windows(self) -> t.List["WindowDict"]:
659-
"""Return list of windows (deprecated in favor of :meth:`.windows`).
659+
"""Return list of windows (deprecated in favor of :attr:`.windows`).
660660
661661
.. deprecated:: 0.16
662662

0 commit comments

Comments
 (0)