From da287716460d1c40c8badafb57038b70b679ca01 Mon Sep 17 00:00:00 2001 From: Luciano Strika Date: Thu, 12 Jul 2018 21:37:29 -0300 Subject: [PATCH] add constants for improved readibility of code. --- lib/beautifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/beautifier.py b/lib/beautifier.py index 48491fd..26ed2fe 100644 --- a/lib/beautifier.py +++ b/lib/beautifier.py @@ -7,8 +7,8 @@ Supports three modes of normalization and commenting: 2. Add comments 3. Remove text, leave code only -Since several operations are quite expensice, -actively uses caching. +Since several operations are quite expensive, +it actively uses caching. Exported functions: