From 9cf8b8bab36f0574fdb455812ccfe6f7c28f7f9b Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 31 Jan 2024 14:34:19 +0100 Subject: [PATCH] doc: clarify python.sitePackages Co-authored-by: Peder Bergebakken Sundt --- doc/hooks/python.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hooks/python.section.md b/doc/hooks/python.section.md index 428ac24b9f7b..b7862650f167 100644 --- a/doc/hooks/python.section.md +++ b/doc/hooks/python.section.md @@ -1,3 +1,3 @@ # Python {#setup-hook-python} -Adds the `${python.sitePackages}` subdirectory of each build input to the `PYTHONPATH` environment variable. +Adds the `python.sitePackages` subdirectory (i.e. `lib/pythonX.Y/site-packages`) of each build input to the `PYTHONPATH` environment variable.