scripts: Remove singular comment

This commit is contained in:
Alexander Polynomdivision 2018-10-02 17:56:18 +02:00
parent 32fadc19e5
commit ff3f3febc1

View File

@ -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