From: Joseph McCullough Date: Tue, 8 Nov 2011 08:23:32 +0000 (-0600) Subject: Forgot to delete line mentioning Github in GET section X-Git-Tag: v0.8.0~42^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=827b2340a242c0882df2173744a8951f7ca88b14;p=services%2Fpython-requests.git Forgot to delete line mentioning Github in GET section --- diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index b730c6e..4bebe95 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -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")