From 3c50edede6aeeacec95afadf9692dfc5e555d1ee Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Wed, 12 Aug 2020 08:37:27 +0800 Subject: main.py: update comments in difficulty.py. --- app/difficulty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1