From: Kenneth Reitz Date: Sun, 23 Oct 2011 00:31:51 +0000 (-0400) Subject: settings => config X-Git-Tag: v0.7.0~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c34fa84770c34586fd0d83c05eafe0de6a85682;p=services%2Fpython-requests.git settings => config --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 92dac5f..5c17898 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -39,8 +39,8 @@ Sessions can also be used to provide default data to the request methods:: .. admonition:: Global Settings - Certain parameters are best set at the ``request.config`` level - (e.g.. a global proxy, user agent header). + Certain parameters are best set in the ``config`` dictionary + (e.g. user agent header). Asynchronous Requests