PEP 582: Correct typo (#3003)

`stie-packages` -> `site-packages`
This commit is contained in:
Sagi Sarussi 2023-02-03 16:29:50 +02:00 committed by GitHub
parent f75d300ed9
commit 7e1d4a5ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ systems - on Windows the subdirectories will be different.
We have a project directory called ``foo`` and it has a ``__pypackages__``
inside of it. We have ``bottle`` installed in that
``__pypackages__/lib/python3.10/stie-packages/``, and have a ``myscript.py``
``__pypackages__/lib/python3.10/site-packages/``, and have a ``myscript.py``
file inside of the project directory. We have used whatever tool we generally
use to install ``bottle`` in that location.