Skip to content

Commit 928ecc1

Browse files
committed
Fix typo in README (again), this time, MIT
Credits to @huwenchao at 86e1089 for spotting this typo. This was reverted in 350248c to complete the BSD-to-MIT relicensing in this thread: #46
1 parent 350248c commit 928ecc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
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)