Browse Source

update docstring

main
lhess2021 4 years ago
parent
commit
6c9dadb844
  1. 1
      scripts.d/py-scripts.d/word-count-per-canto.py

1
scripts.d/py-scripts.d/word-count-per-canto.py

@ -5,6 +5,7 @@ import shutil
"""
generate CSV files for each word in the comedy, containing three columns: canticle,canto,word count of specific word in canto
run from py-scripts.d
"""
currentDir = os.path.abspath(os.getcwd())

Loading…
Cancel
Save