diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-12 08:29:48 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-12 08:29:48 +0800 |
commit | 7bfb8395200ba00fb272afb07caf94cb936dda82 (patch) | |
tree | ca539f62859ddcc71598e0522bafe697686fbfe2 /app | |
parent | 335ab5332a7a3110e773ce6f3fe95ced5978bf53 (diff) |
main.py: update comments in difficulty.py.
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 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 |