From: Ian Cordasco Date: Wed, 22 Jan 2014 01:55:00 +0000 (-0600) Subject: Add missing sled X-Git-Tag: v2.3.0~39^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bd16ce9c5dc7a56078b80e12cf0d48208a24b64;p=services%2Fpython-requests.git Add missing sled Thanks @kevinburke --- diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 116e5a1..3e802e1 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -268,7 +268,7 @@ In the event you are posting a very large file as a ``multipart/form-data`` request, you may want to stream the request. By default, ``requests`` does not support this, but there is a separate package which does - ``requests-toolbelt``. You should read `the toolbelt's documentation -` for more details about how to use it. +`_ for more details about how to use it. Response Status Codes