summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2019-09-18 05:47:48 -0400
committerGitHub <noreply@github.com>2019-09-18 05:47:48 -0400
commit9d4fd3c968b134d98ed2789cfb376e0237cfd047 (patch)
tree586a298d43aa296a72056632b0998cfb82449ef6
parent12640ec2429236f45580621f69c9d8335e78d1af (diff)
downloadpython-requests-9d4fd3c968b134d98ed2789cfb376e0237cfd047.tar.gz
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e528030..03b7e8a1 100644
--- a/README.md
+++ b/README.md
@@ -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>&nbsp;</p>