diff --git a/README.md b/README.md index 9ba56216..74d36895 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Requests allows you to send HTTP/1.1 requests extremely easily. There’s no nee Requests is one of 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 `500,000+` repositories. You may certainly put your trust in this code. -[![Downloads](https://pepy.tech/badge/requests)](https://pepy.tech/project/requests) +[![Downloads](https://pepy.tech/badge/requests/month)](https://pepy.tech/project/requests/month) [![Supported Versions](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests) [![Contributors](https://img.shields.io/github/contributors/psf/requests.svg)](https://github.com/psf/requests/graphs/contributors) diff --git a/docs/community/faq.rst b/docs/community/faq.rst index a8514558..c0177719 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -64,7 +64,8 @@ and intend to maintain Python 2.7 support within Requests until `pip stops supporting Python 2.7 (there's no estimated date on that yet) `_. -That said, it is *highly* recommended users migrate to Python 3.5+ since Python 2.7 will no longer be receiving bug fixes or security updates after January 1, 2020. +That said, it is *highly* recommended users migrate to Python 3.6+ since Python +2.7 is no longer receiving bug fixes or security updates as of January 1, 2020. What are "hostname doesn't match" errors? ----------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 40993770..5eb29dee 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,7 +45,7 @@ See `similar code, sans Requests `_. **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 POST data. Keep-alive and HTTP connection pooling -are 100% automatic, thanks to `urllib3 `_. +are 100% automatic, thanks to `urllib3 `_. Beloved Features ----------------