From 17075cc17fc4a9d37b826e09cbdb7ba52d8e3735 Mon Sep 17 00:00:00 2001 From: toonarmycaptain Date: Tue, 10 Dec 2019 15:04:36 -0600 Subject: [PATCH] Update README.rst correcting grammar. `there is several` should be `there are several` --- src/pip/_vendor/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pip/_vendor/README.rst b/src/pip/_vendor/README.rst index c8a5385da..39f168636 100644 --- a/src/pip/_vendor/README.rst +++ b/src/pip/_vendor/README.rst @@ -34,7 +34,7 @@ typical benefits of reusing libraries instead of reinventing the wheel like higher quality and more battle tested code, centralization of bug fixes (particularly security sensitive ones), and better/more features for less work. -However, there is several issues with having dependencies in the traditional +However, there are several issues with having dependencies in the traditional way (via ``install_requires``) for pip. These issues are: * **Fragility.** When pip depends on another library to function then if for