From: Ian Cordasco Date: Thu, 21 Jun 2012 19:06:01 +0000 (-0400) Subject: Fix Response Status Codes in the docs. X-Git-Tag: v0.13.2~7^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3aa7f24e74386516c44d7539bebe174083fed48b;p=services%2Fpython-requests.git Fix Response Status Codes in the docs. --- diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 87a6690..d0b20de 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -237,7 +237,7 @@ Response Status Codes We can check the response status code:: - >>> r = requests.get("http://httpbin.org/get') + >>> r = requests.get('http://httpbin.org/get') >>> r.status_code 200