diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/difficulty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/difficulty.py b/app/difficulty.py index dbf6cf0..090edf3 100644 --- a/app/difficulty.py +++ b/app/difficulty.py @@ -3,7 +3,7 @@ # Written permission must be obtained from the author for commercial uses. ########################################################################### -# Purpose: dictionary & pickle as a simple means of database. +# Purpose: use dictionary & pickle as a simple means of database. # Task: incorporate the functions into wordfreqCMD.py such that it will also show cumulative frequency. import pickle |