From 23769a61a9232703b5039f48249c8f7a6049d557 Mon Sep 17 00:00:00 2001 From: vvye <ekaiser.hellwege@gmail.com> Date: Thu, 7 Oct 2021 13:48:00 +0200 Subject: [PATCH] Fix typos --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 3ad471d..a6a50a2 100644 --- a/run.py +++ b/run.py @@ -60,7 +60,7 @@ if __name__ == '__main__': required=True) parser.add_argument('--length_constraint', type=str, choices=['sentences', 'tokens'], default='sentences', help='what constraint to impose on the length of the generated timeline ' - '(number of setences or number of tokens', + '(number of sentences or number of tokens)', required=True) parser.add_argument('--print_timelines', action='store_true', -- GitLab