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
1 changed files with 1 additions and 1 deletions

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
(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