Skip to content

Commit f48cdc3

Browse files
committed
tests(session): Fix missing parenthesis in doctest
1 parent 0ce4724 commit f48cdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Session(Obj, EnvironmentMixin):
5555
[Window(@1 ...:..., Session($1 ...)]
5656
5757
>>> session.active_window
58-
Window(@1 ...:..., Session($1 ...)
58+
Window(@1 ...:..., Session($1 ...))
5959
6060
>>> session.active_pane
6161
Pane(%1 Window(@1 ...:..., Session($1 ...)))

0 commit comments

Comments
 (0)