From 982d50f93911d05652ab0f7d9c07cddc72287d22 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 15 Mar 2022 16:39:14 +0000 Subject: [PATCH] PEP 594: Fix minor typo (#2433) This sentence doesn't currently make grammatical sense (though its meaning is admittedly clear). --- pep-0594.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0594.rst b/pep-0594.rst index 74e0ddeaa..05d853a0d 100644 --- a/pep-0594.rst +++ b/pep-0594.rst @@ -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