scripts: Remove singular comment
This commit is contained in:
parent
32fadc19e5
commit
ff3f3febc1
@ -122,7 +122,7 @@ if (len(sys.argv) < 3):
|
|||||||
log("Generating vocabulary")
|
log("Generating vocabulary")
|
||||||
id = 0
|
id = 0
|
||||||
vocab = []
|
vocab = []
|
||||||
# Nouns
|
|
||||||
log("Nouns...", tabs=1)
|
log("Nouns...", tabs=1)
|
||||||
nouns, last_id = csv_to_vocab("Nomen.csv", TYPE_NOUNS, 0)
|
nouns, last_id = csv_to_vocab("Nomen.csv", TYPE_NOUNS, 0)
|
||||||
vocab += nouns
|
vocab += nouns
|
||||||
|
Reference in New Issue
Block a user