From 2ef782b8e6a5e9024da4681de870bb54431afda9 Mon Sep 17 00:00:00 2001 From: Kwpolska Date: Sat, 20 Jul 2013 13:54:33 +0200 Subject: [PATCH] further treatment Signed-off-by: Kwpolska --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 7ed12a8..ca85a34 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -51,7 +51,7 @@ Request and Response Objects Whenever a call is made to requests.*() you are doing two major things. First, you are constructing a ``Request`` object which will be sent off to a server to request or query some resource. Second, a ``Response`` object is generated -once ``requests`` gets a response back from the server. The response object +once ``requests`` gets a response back from the server. The Response object contains all of the information returned by the server and also contains the ``Request`` object you created originally. Here is a simple request to get some very important information from Wikipedia's servers:: -- 2.34.1