Skip to content

Commit 7e1d4a5

Browse files
authored
PEP 582: Correct typo (#3003)
`stie-packages` -> `site-packages`
1 parent f75d300 commit 7e1d4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-0582.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ systems - on Windows the subdirectories will be different.
146146

147147
We have a project directory called ``foo`` and it has a ``__pypackages__``
148148
inside of it. We have ``bottle`` installed in that
149-
``__pypackages__/lib/python3.10/stie-packages/``, and have a ``myscript.py``
149+
``__pypackages__/lib/python3.10/site-packages/``, and have a ``myscript.py``
150150
file inside of the project directory. We have used whatever tool we generally
151151
use to install ``bottle`` in that location.
152152

0 commit comments

Comments
 (0)