Skip to content

Commit c2b0bf6

Browse files
committed
Added Author Comment to python script
1 parent 83050f2 commit c2b0bf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dictionary-creation/forbiddenNouns.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# @author Val Richter
2+
13
verbs = list()
24
with open("../src/main/resources/dictionary/verbsDict.csv", "r", encoding="utf8") as file:
35
for line in file.readlines():

0 commit comments

Comments
 (0)