Skip to content

Commit 55c85b5

Browse files
committed
fix new line in libtmux
1 parent 7779215 commit 55c85b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libtmux/pane.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ class Pane(TmuxMappingObject, TmuxRelationalObject):
3030

3131
def __init__(self, window=None, **kwargs):
3232
if not window:
33-
raise ValueError('Pane must have \
34-
``Window`` object')
33+
raise ValueError('Pane must have ``Window`` object')
3534

3635
self.window = window
3736
self.session = self.window.session

0 commit comments

Comments
 (0)