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 7ed12a8de504b2463aca4e1f6c6cd2a2c1a5e333..ca85a3493caf142f97ce91886d9c2888a1e434a5 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::