We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7779215 commit 55c85b5Copy full SHA for 55c85b5
libtmux/pane.py
@@ -30,8 +30,7 @@ class Pane(TmuxMappingObject, TmuxRelationalObject):
30
31
def __init__(self, window=None, **kwargs):
32
if not window:
33
- raise ValueError('Pane must have \
34
- ``Window`` object')
+ raise ValueError('Pane must have ``Window`` object')
35
36
self.window = window
37
self.session = self.window.session
0 commit comments