diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2019-09-18 05:47:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-18 05:47:48 -0400 |
| commit | 9d4fd3c968b134d98ed2789cfb376e0237cfd047 (patch) | |
| tree | 586a298d43aa296a72056632b0998cfb82449ef6 | |
| parent | 12640ec2429236f45580621f69c9d8335e78d1af (diff) | |
| download | python-requests-9d4fd3c968b134d98ed2789cfb376e0237cfd047.tar.gz | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ u'{"type":"User"...' Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your `PUT` & `POST` data — but nowadays, just use the `json` method! -Requests is **the most downloaded Python package today**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code. +Requests is **the most downloaded Python package today**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You may certianly put your trust in this code. <p> </p> |
