aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Gates <[email protected]>2020-12-25 18:22:19 +1100
committerGitHub <[email protected]>2020-12-25 02:22:19 -0500
commitc5a76588cd3af91cf8fcaf295739acf347e26efb (patch)
tree6bf93e1ecf3a028166a4fa038b3657bbfe1f115e /docs
parentDocument more guild features (diff)
downloaddiscord.py-c5a76588cd3af91cf8fcaf295739acf347e26efb.tar.xz
discord.py-c5a76588cd3af91cf8fcaf295739acf347e26efb.zip
docs: fix simple typo, libaries -> libraries
There is a small typo in docs/intro.rst. Should read `libraries` rather than `libaries`.
Diffstat (limited to 'docs')
-rw-r--r--docs/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 2a29e0e8..8e0c097e 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.