mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Fix markdown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user