Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LoannPeurey committed Dec 4, 2024
1 parent 4f5a95b commit 5a51da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChildProject/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def sets_metadata(args):
row['annotation_algorithm_name'], row['annotation_algorithm_version'],
row['annotation_algorithm_publication'])
elif g == 'human':
output += "\033[94m%s\033[0m: %s %.2f hours, algorithm:%s (experience %d/5)\n" % (
output += "\033[94m%s\033[0m: %s %.2f hours, annotator:%s (level %s)\n" % (
row['set'], row['date_annotation'], row['duration'] / (3600 * 1000),
row['annotator_name'], row['annotator_experience'])
else:
Expand Down

0 comments on commit 5a51da9

Please sign in to comment.