PEP 594: Fix minor typo (#2433)
This sentence doesn't currently make grammatical sense (though its meaning is admittedly clear).
This commit is contained in:
parent
9900fa894c
commit
982d50f939
|
@ -50,7 +50,7 @@ philosophy and was one of the cornerstones to Python's success story.
|
|||
Users didn't have to figure out how to download and install separate
|
||||
packages in order to write a simple web server or parse email.
|
||||
|
||||
Times have changed. The introduction of PyPI (née Cheeseshop), setuptools,
|
||||
Times have changed. With the introduction of PyPI (née Cheeseshop), setuptools,
|
||||
and later pip, it became simple and straightforward to download and install
|
||||
packages. Nowadays Python has a rich and vibrant ecosystem of third-party
|
||||
packages. It's pretty much standard to either install packages from PyPI or
|
||||
|
|
Loading…
Reference in New Issue