From c5a76588cd3af91cf8fcaf295739acf347e26efb Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 25 Dec 2020 18:22:19 +1100 Subject: [PATCH] docs: fix simple typo, libaries -> libraries There is a small typo in docs/intro.rst. Should read `libraries` rather than `libaries`. --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.rst b/docs/intro.rst index 2a29e0e84..8e0c097e2 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -52,7 +52,7 @@ Virtual Environments ~~~~~~~~~~~~~~~~~~~~~ Sometimes you want to keep libraries from polluting system installs or use a different version of -libraries than the ones installed on the system. You might also not have permissions to install libaries system-wide. +libraries than the ones installed on the system. You might also not have permissions to install libraries system-wide. For this purpose, the standard library as of Python 3.3 comes with a concept called "Virtual Environment"s to help maintain these separate versions.