Fix Response Status Codes in the docs.
authorIan Cordasco <graffatcolmingov@gmail.com>
Thu, 21 Jun 2012 19:06:01 +0000 (15:06 -0400)
committerIan Cordasco <graffatcolmingov@gmail.com>
Thu, 21 Jun 2012 19:06:01 +0000 (15:06 -0400)
docs/user/quickstart.rst

index 87a669008e6df77b3f50f8235b37ca265ccc12e6..d0b20dee3b0f6165ce04aca4d286bc6b7e882d6b 100644 (file)
@@ -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