Skip to content

Commit 6ec373a

Browse files
committed
docs(Pane.get): Missing space in docstring
1 parent e67c5a9 commit 6ec373a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/pane.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def get(self, key: str, default: t.Optional[t.Any] = None) -> t.Any:
442442
443443
.. deprecated:: 0.16
444444
445-
Deprecated by attribute lookup.e.g. ``pane['window_name']`` is now
445+
Deprecated by attribute lookup, e.g. ``pane['window_name']`` is now
446446
accessed via ``pane.window_name``.
447447
448448
"""

0 commit comments

Comments
 (0)