Skip to content
Snippets Groups Projects
Commit 23769a61 authored by vvye's avatar vvye
Browse files

Fix typos

parent 525c24ba
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment