diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-12 08:37:27 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-12 08:37:27 +0800 |
commit | 3c50edede6aeeacec95afadf9692dfc5e555d1ee (patch) | |
tree | 781a62ba111b3fe20ce02ad74e00953f32eceab8 | |
parent | 7bfb8395200ba00fb272afb07caf94cb936dda82 (diff) |
main.py: update comments in difficulty.py.
-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 bc71ee9..ccd9b6f 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: compute difficulty level of a text +# Purpose: compute difficulty level of a English text import pickle import math |