projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
511cc4c
)
Fix markdown
author
sursh
<sasha.laundy@gmail.com>
Mon, 8 Apr 2013 16:01:02 +0000
(13:01 -0300)
committer
sursh
<sasha.laundy@gmail.com>
Mon, 8 Apr 2013 16:01:02 +0000
(13:01 -0300)
docs/user/quickstart.rst
patch
|
blob
|
history
diff --git
a/docs/user/quickstart.rst
b/docs/user/quickstart.rst
index 7264fd5677b88cab4365741f26595027392bb2bb..d046640e31027d287ea6a3aef14d77e2cd680d34 100644
(file)
--- 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