From: Kay Zhu Date: Fri, 17 Aug 2012 10:12:15 +0000 (-0400) Subject: "There many ..." to "There are many ..." in quickstart X-Git-Tag: v0.13.7~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76f90054f9ee5813921b3232519915dd88fc7b0c;p=services%2Fpython-requests.git "There many ..." to "There are many ..." in quickstart --- diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 71ffea0..39c77ea 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -339,7 +339,7 @@ parameter:: Basic Authentication -------------------- -Many web services require authentication. There many different types of +Many web services require authentication. There are many different types of authentication, but the most common is HTTP Basic Auth. Making requests with Basic Auth is extremely simple::