diff --git a/pep-0518.txt b/pep-0518.txt index d3643ac7d..7e405054e 100644 --- a/pep-0518.txt +++ b/pep-0518.txt @@ -97,7 +97,7 @@ project. All of this has led pip [#pip]_ to simply assume that setuptools is necessary when executing a ``setup.py`` file. The problem with this, though, is it doesn't scale if another project began to gain traction -in the commnity as setuptools has. It also prevents other projects +in the community as setuptools has. It also prevents other projects from gaining traction due to the friction required to use it with a project when pip can't infer the fact that something other than setuptools is required.