From ff3f3febc1af0551407e46d1452b9570c783fc72 Mon Sep 17 00:00:00 2001 From: Alexander Polynomdivision Date: Tue, 2 Oct 2018 17:56:18 +0200 Subject: [PATCH] scripts: Remove singular comment --- scripts/csv_vocab_to_mongo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/csv_vocab_to_mongo.py b/scripts/csv_vocab_to_mongo.py index 12467e7..635a7c8 100644 --- a/scripts/csv_vocab_to_mongo.py +++ b/scripts/csv_vocab_to_mongo.py @@ -122,7 +122,7 @@ if (len(sys.argv) < 3): log("Generating vocabulary") id = 0 vocab = [] -# Nouns + log("Nouns...", tabs=1) nouns, last_id = csv_to_vocab("Nomen.csv", TYPE_NOUNS, 0) vocab += nouns