Minor tidy-ups in quickstart documentation
authorDavid Pursehouse <david.pursehouse@sonymobile.com>
Tue, 15 Jul 2014 09:26:30 +0000 (18:26 +0900)
committerDavid Pursehouse <david.pursehouse@sonymobile.com>
Tue, 15 Jul 2014 09:27:50 +0000 (18:27 +0900)
Change-Id: Ia862c17707a2a76182c549db88821636e8402729

docs/user/quickstart.rst

index 53ee6f6ed6f53cb01d2bd733bf3e932eb56c3b50..28e449774349f4a4fd03f7590f8a04c5bc4de3fb 100644 (file)
@@ -340,7 +340,7 @@ So, we can access the headers using any capitalization we want::
 Cookies
 -------
 
-If a response contains some Cookies, you can get quick access to them::
+If a response contains some Cookies, you can quickly access them::
 
     >>> url = 'http://example.com/some/cookie/setting/url'
     >>> r = requests.get(url)
@@ -424,7 +424,7 @@ Errors and Exceptions
 In the event of a network problem (e.g. DNS failure, refused connection, etc),
 Requests will raise a :class:`~requests.exceptions.ConnectionError` exception.
 
-In the event of the rare invalid HTTP response, Requests will raise an
+In the rare event of an invalid HTTP response, Requests will raise an
 :class:`~requests.exceptions.HTTPError` exception.
 
 If a request times out, a :class:`~requests.exceptions.Timeout` exception is