From 29414691578bef52962b87f7dc843db0d309aa18 Mon Sep 17 00:00:00 2001 From: aryan <73213670+aaryanrr@users.noreply.github.com> Date: Sun, 14 Nov 2021 01:39:00 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Typo=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4ac6a2..531e1bb 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def readme() -> str: packages=setuptools.find_packages(), version="5.2", license="MIT", - description="PyWhatKit is a Simple and Powerful WhatsApp Automation Library with many userful Features", + description="PyWhatKit is a Simple and Powerful WhatsApp Automation Library with many useful Features", author="Ankit Raj Mahapatra", author_email="ankitrajjitendra816@gmail.com", url="https://github.com/Ankit404butfound/PyWhatKit",