Skip to content

Commit

Permalink
tests(session): Fix missing parenthesis in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 15, 2024
1 parent 0ce4724 commit f48cdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtmux/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Session(Obj, EnvironmentMixin):
[Window(@1 ...:..., Session($1 ...)]
>>> session.active_window
Window(@1 ...:..., Session($1 ...)
Window(@1 ...:..., Session($1 ...))
>>> session.active_pane
Pane(%1 Window(@1 ...:..., Session($1 ...)))
Expand Down

0 comments on commit f48cdc3

Please sign in to comment.