From 39a30e979d1dae3f39b7473a04860058fca24def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20=C5=9Eahin?= Date: Wed, 26 May 2021 16:43:40 +0300 Subject: [PATCH] Update main.py a typo in main.py line 103 changed mesages to messages --- sms_counter/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms_counter/main.py b/sms_counter/main.py index 781eee4..199081d 100644 --- a/sms_counter/main.py +++ b/sms_counter/main.py @@ -100,7 +100,7 @@ class SMSCounter(object): def truncate(cls, plaintext, limitsms): count = cls.count(plaintext) - if count.mesages <= limitsms: + if count.messages <= limitsms: return plaintext if count.encoding == 'UTF16':