summaryrefslogtreecommitdiff
path: root/app/difficulty.py
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2020-08-12 08:29:48 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2020-08-12 08:29:48 +0800
commit7bfb8395200ba00fb272afb07caf94cb936dda82 (patch)
treeca539f62859ddcc71598e0522bafe697686fbfe2 /app/difficulty.py
parent335ab5332a7a3110e773ce6f3fe95ced5978bf53 (diff)
main.py: update comments in difficulty.py.
Diffstat (limited to 'app/difficulty.py')
-rw-r--r--app/difficulty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/difficulty.py b/app/difficulty.py
index cc85089..bc71ee9 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: use dictionary & pickle as a simple means of database.
+# Purpose: compute difficulty level of a text
import pickle
import math