We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a523c commit 1d94cf4Copy full SHA for 1d94cf4
README.md
@@ -92,8 +92,10 @@ Session($1 foo)
92
Control your session:
93
94
```python
95
-# Assign session to `session`:
+>>> server.sessions[0].rename_session('foo')
96
+Session($1 foo)
97
>>> session = server.find_where({ "session_name": "foo" })
98
99
>>> session.new_window(attach=False, window_name="ha in the bg")
100
Window(@8 2:ha in the bg, Session($3 foo))
101
>>> session.kill_window("ha in")
0 commit comments