Skip to content

Commit acc53dc

Browse files
committed
Fix indentation in code comment
1 parent 8c92966 commit acc53dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libtmux/test.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ def retry(seconds=RETRY_TIMEOUT_SECONDS):
3939
--------
4040
4141
>>> while retry():
42-
... p = w.attached_pane
43-
... p.server._update_panes()
44-
... if p.current_path == pane_path:
45-
... break
42+
... p = w.attached_pane
43+
... p.server._update_panes()
44+
... if p.current_path == pane_path:
45+
... break
4646
"""
4747
return (lambda: time.time() < time.time() + seconds)()
4848

0 commit comments

Comments
 (0)