summaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorsursh <sasha.laundy@gmail.com>2013-04-08 13:01:02 -0300
committersursh <sasha.laundy@gmail.com>2013-04-08 13:01:02 -0300
commitdfa59c2d97485ef018939ff85a7d1b957719df70 (patch)
tree6ded5f64e006e4c01570f5867065021dc7fffe56 /docs/user
parent511cc4c03449d58b42d59349363c766c60d48451 (diff)
downloadpython-requests-dfa59c2d97485ef018939ff85a7d1b957719df70.tar.gz
Fix markdown
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/quickstart.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst
index 7264fd56..d046640e 100644
--- a/docs/user/quickstart.rst
+++ b/docs/user/quickstart.rst
@@ -131,8 +131,8 @@ There's also a builtin JSON decoder, in case you're dealing with JSON data::
>>> r.json()
[{u'repository': {u'open_issues': 0, u'url': 'https://github.com/...
-In case the JSON decoding fails, ``r.json`` raises an exception: `ValueError:
-No JSON object could be decoded`
+In case the JSON decoding fails, ``r.json`` raises an exception: ``ValueError:
+No JSON object could be decoded``
Raw Response Content