Skip to content

Commit b2ef05a

Browse files
committed
tests(get_test_window_name): Fix doctest
1 parent 2a848b7 commit b2ef05a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libtmux/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def temp_session(
180180
181181
>>> with temp_session(server) as session:
182182
... session.new_window(window_name='my window')
183+
Window(@... ...:..., Session($... ...))
183184
"""
184185

185186
if "session_name" in kwargs:

0 commit comments

Comments
 (0)