Skip to content

Commit

Permalink
docs(README): Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 11, 2022
1 parent 87a523c commit 780939d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ Session($1 foo)
Control your session:

```python
# Assign session to `session`:
>>> session = server.find_where({ "session_name": "foo" })
>>> session.rename_session('foo')
Session($1 foo)
>>> session.new_window(attach=False, window_name="ha in the bg")
Window(@8 2:ha in the bg, Session($3 foo))
Window(@2 2:ha in the bg, Session($1 foo))
>>> session.kill_window("ha in")
```

Expand Down

0 comments on commit 780939d

Please sign in to comment.