From 870cb7410934c16c6d1e04190df0c3b36beb49c1 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 9 Aug 2023 17:08:31 -0600 Subject: [PATCH] fix helptext typo --- scripts/join-partial-lines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/join-partial-lines.py b/scripts/join-partial-lines.py index b5aa15a..e6b8051 100644 --- a/scripts/join-partial-lines.py +++ b/scripts/join-partial-lines.py @@ -124,7 +124,7 @@ def process_chunk(audio_guess, timestamp): print(f'j - join this line {preposition} \033[92m{joining_with_guess}\033[0m') else: print('j - join another line onto this line') - print('J - join another line this into line') + print('J - join another line into this line') print(f't - set the delay time (currently {delay_time}') as_if_joined = ' as if joined' if joining_with != None else '' print(f'p - play this line{as_if_joined}')