Skip to content

Commit d0b7834

Browse files
authored
Merge pull request #21 from huwenchao/patch-1
fix an error in readme
2 parents 9f71576 + 86e1089 commit d0b7834

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)