PEP 517: Fix typo in the word "community" (GH-532)

This commit is contained in:
5j9 2018-01-06 21:53:14 +03:30 committed by Mariatta
parent fc58b77335
commit a790b3821c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ project.
All of this has led pip [#pip]_ to simply assume that setuptools is All of this has led pip [#pip]_ to simply assume that setuptools is
necessary when executing a ``setup.py`` file. The problem with this, necessary when executing a ``setup.py`` file. The problem with this,
though, is it doesn't scale if another project began to gain traction 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 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 project when pip can't infer the fact that something other than
setuptools is required. setuptools is required.