request update
authorKenneth Reitz <me@kennethreitz.com>
Mon, 14 Feb 2011 06:45:52 +0000 (01:45 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 14 Feb 2011 06:45:52 +0000 (01:45 -0500)
README.rst

index 2464543..b80187a 100644 (file)
@@ -107,10 +107,9 @@ All request functions return a Response object (see below).
 
 **HTTP Authentication Registry:**
 
-You can add 
+    You can register AuthObjects to automatically enable HTTP Authentication on requests that contain a registered base URL string.
 
-
-    >>> requests.
+    >>> requests.add_autoauth(url, authobject)