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:
Alex Waygood 2022-03-15 16:39:14 +00:00 committed by GitHub
parent 9900fa894c
commit 982d50f939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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