From 1a2feb7fb6346a0ee19274b254819f1e63ad41f3 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 20 Dec 2013 00:26:38 -0600 Subject: [PATCH] fix setup.py grammar ("the process of makes calls") --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a997beaefe..631ecdf2d1 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ ---------------------------- DESCRIPTION - The Twilio REST SDK simplifies the process of makes calls to the Twilio REST. + The Twilio REST SDK simplifies the process of making calls using the Twilio REST API. The Twilio REST API lets to you initiate outgoing calls, list previous calls, and much more. See http://www.github.com/twilio/twilio-python for more information.