settings => config
authorKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 00:31:51 +0000 (20:31 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 00:31:51 +0000 (20:31 -0400)
docs/user/advanced.rst

index 92dac5f..5c17898 100644 (file)
@@ -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