fix doc typo
authorJosh Schneier <josh.schneier@gmail.com>
Sun, 9 Jun 2013 15:14:05 +0000 (11:14 -0400)
committerJosh Schneier <josh.schneier@gmail.com>
Sun, 9 Jun 2013 15:14:14 +0000 (11:14 -0400)
docs/user/advanced.rst

index ffcb777fe6b9a3350d81115408fdc0b19ca26fc1..9e0865a96091fad8d06b3476adc15bf33e337ebd 100644 (file)
@@ -49,7 +49,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 of to a server
+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
 contains all of the information returned by the server and also contains the