Forgot to delete line mentioning Github in GET section
authorJoseph McCullough <joseph@vertstudios.com>
Tue, 8 Nov 2011 08:23:32 +0000 (02:23 -0600)
committerJoseph McCullough <joseph@vertstudios.com>
Tue, 8 Nov 2011 08:23:32 +0000 (02:23 -0600)
docs/user/quickstart.rst

index b730c6e..4bebe95 100644 (file)
@@ -23,7 +23,7 @@ Make a GET Request
 
 Making a standard request with Requests is very simple.
 
-Let's get GitHub's public timeline ::
+Let's use httpbin to test our requests. ::
 
     r = requests.get("http://httpbin.org/get")