further treatment
authorKwpolska <kwpolska@gmail.com>
Sat, 20 Jul 2013 11:54:33 +0000 (13:54 +0200)
committerKwpolska <kwpolska@gmail.com>
Sat, 20 Jul 2013 11:54:33 +0000 (13:54 +0200)
Signed-off-by: Kwpolska <kwpolska@gmail.com>
docs/user/advanced.rst

index 7ed12a8..ca85a34 100644 (file)
@@ -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::