From a42c003cdc43e0ade4fe624db56f405761eb3afc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 14 Feb 2011 01:45:52 -0500 Subject: [PATCH] request update --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2464543..b80187a 100644 --- a/README.rst +++ b/README.rst @@ -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) -- 2.34.1