mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-06 10:02:01 +00:00
docs: fix simple typo, libaries -> libraries
There is a small typo in docs/intro.rst. Should read `libraries` rather than `libaries`.
This commit is contained in:
parent
eb11079569
commit
c5a76588cd
@ -52,7 +52,7 @@ Virtual Environments
|
|||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Sometimes you want to keep libraries from polluting system installs or use a different version of
|
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
|
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.
|
help maintain these separate versions.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user