1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Update README.rst correcting grammar.

`there is several` should be `there are several`
This commit is contained in:
toonarmycaptain 2019-12-10 15:04:36 -06:00 committed by Christopher Hunt
parent 355c303e12
commit 17075cc17f

View file

@ -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 higher quality and more battle tested code, centralization of bug fixes
(particularly security sensitive ones), and better/more features for less work. (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: way (via ``install_requires``) for pip. These issues are:
* **Fragility.** When pip depends on another library to function then if for * **Fragility.** When pip depends on another library to function then if for