Skip to content

Commit 26bf2c5

Browse files
committed
fix readme indentation
1 parent 50b6ed6 commit 26bf2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ play with session::
7474
Window(@8 2:ha in the bg, Session($3 foo))
7575
>>> session.kill_window("ha in")
7676

77-
create new window in the background (don't switch to it):
77+
create new window in the background (don't switch to it)::
7878

7979
>>> w = session.new_window(attach=False, window_name="ha in the bg")
8080
Window(@11 3:ha in the bg, Session($3 foo))
8181

82-
kill window object directly:
82+
kill window object directly::
8383

8484
>>> w.kill_window()
8585

0 commit comments

Comments
 (0)