From 6c9dadb8442bdf60c3b0ce5506e12fe215dfb7d5 Mon Sep 17 00:00:00 2001 From: lhess2021 Date: Mon, 6 Jun 2022 22:52:40 -0400 Subject: [PATCH] update docstring --- scripts.d/py-scripts.d/word-count-per-canto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts.d/py-scripts.d/word-count-per-canto.py b/scripts.d/py-scripts.d/word-count-per-canto.py index 2638de4..e4cb811 100644 --- a/scripts.d/py-scripts.d/word-count-per-canto.py +++ b/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())