Skip to content

Commit 86e1089

Browse files
authored
fix an error in readme
attached_window is a property, should not use function call.
1 parent 9f71576 commit 86e1089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ grab remaining tmux window:
9898

9999
.. code-block:: python
100100
101-
>>> window = session.attached_window()
101+
>>> window = session.attached_window
102102
>>> window.split_window(attach=False)
103103
Pane(%23 Window(@10 1:bar, Session($3 foo)))
104104

0 commit comments

Comments
 (0)