mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
Update example code in README.md (#5292)
Show the current project description.
This commit is contained in:
committed by
Nate Prewitt
parent
ad18d14573
commit
782e94d141
@@ -11,7 +11,7 @@
|
||||
<code> >>> <strong>import requests</strong></code>
|
||||
<code> >>> r = requests.get('https://api.github.com/repos/psf/requests')</code>
|
||||
<code> >>> r.json()["description"]</code>
|
||||
<code> 'A simple, yet elegant HTTP library. Handcrafted, with ♥, for the Python community.'</code>
|
||||
<code> 'A simple, yet elegant HTTP library.'</code>
|
||||
</div>
|
||||
|
||||
<p align="center">
|
||||
|
||||
Reference in New Issue
Block a user