From 76398db198886e832d65ef15a424a4bf69315e4e Mon Sep 17 00:00:00 2001 From: Abhinav Vashisth <89785800+vashisthabhinav@users.noreply.github.com> Date: Sun, 5 Dec 2021 13:09:59 +0530 Subject: [PATCH 1/3] Update README.md Grammatical errors corrected. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bc9379c86..4a1cb86835 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ {'disk_usage': 368627, 'private_gists': 484, ...} ``` -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 allow 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 one of the most downloaded Python package today, pulling in around `30M 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. +Requests is one of the most downloaded Python packages today, pulling in around `30M 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/month)](https://pepy.tech/project/requests) [![Supported Versions](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests) @@ -27,7 +27,7 @@ Requests is one of the most downloaded Python package today, pulling in around ` ## Installing Requests and Supported Versions -Requests is available on PyPI: +Requests are available on PyPI: ```console $ python -m pip install requests From acdb0fbcc0586f6faa8880d3067dd754a06ea8cb Mon Sep 17 00:00:00 2001 From: Abhinav Vashisth <89785800+vashisthabhinav@users.noreply.github.com> Date: Sun, 5 Dec 2021 15:15:25 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1cb86835..83210c6d59 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Requests is one of the most downloaded Python packages today, pulling in around ## Installing Requests and Supported Versions -Requests are available on PyPI: +Requests is available on PyPI: ```console $ python -m pip install requests From ed474f42b3315d4e89679b497596b212ce52918d Mon Sep 17 00:00:00 2001 From: Abhinav Vashisth <89785800+vashisthabhinav@users.noreply.github.com> Date: Sun, 5 Dec 2021 15:25:12 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83210c6d59..546871fa1e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ {'disk_usage': 368627, 'private_gists': 484, ...} ``` -Requests allow 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 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 one of the most downloaded Python packages today, pulling in around `30M 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.