We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 405abdc + ae6e07f commit a957c61Copy full SHA for a957c61
tests/test_window.py
@@ -12,7 +12,7 @@
12
def test_select_window(session):
13
window_count = len(session._windows)
14
# to do, get option for base-index from tmux
15
- # for now hoever, let's get the index from the first window.
+ # for now however, let's get the index from the first window.
16
assert window_count == 1
17
18
window_base_index = int(session.attached_window.index)
0 commit comments