From 7e1d4a5ae575e9fb8d52b905db08c98f964e71a7 Mon Sep 17 00:00:00 2001 From: Sagi Sarussi Date: Fri, 3 Feb 2023 16:29:50 +0200 Subject: [PATCH] PEP 582: Correct typo (#3003) `stie-packages` -> `site-packages` --- pep-0582.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0582.rst b/pep-0582.rst index 86f4d7042..0284fe388 100644 --- a/pep-0582.rst +++ b/pep-0582.rst @@ -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.