Skip to content

Commit f5a2138

Browse files
committed
Minor tidy-ups in quickstart documentation
Change-Id: Ia862c17707a2a76182c549db88821636e8402729
1 parent cde5a4a commit f5a2138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ So, we can access the headers using any capitalization we want::
340340
Cookies
341341
-------
342342

343-
If a response contains some Cookies, you can get quick access to them::
343+
If a response contains some Cookies, you can quickly access them::
344344

345345
>>> url = 'http://example.com/some/cookie/setting/url'
346346
>>> r = requests.get(url)
@@ -424,7 +424,7 @@ Errors and Exceptions
424424
In the event of a network problem (e.g. DNS failure, refused connection, etc),
425425
Requests will raise a :class:`~requests.exceptions.ConnectionError` exception.
426426

427-
In the event of the rare invalid HTTP response, Requests will raise an
427+
In the rare event of an invalid HTTP response, Requests will raise an
428428
:class:`~requests.exceptions.HTTPError` exception.
429429

430430
If a request times out, a :class:`~requests.exceptions.Timeout` exception is

0 commit comments

Comments
 (0)