about summary refs log tree commit diff
path: root/doc/hooks
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-01-31 14:34:19 +0100
committerGitHub <noreply@github.com>2024-01-31 14:34:19 +0100
commit9cf8b8bab36f0574fdb455812ccfe6f7c28f7f9b (patch)
tree24ea648c4a85a532bbf95a2802504d748a8ee810 /doc/hooks
parent653837881ed2a27a12c7bf662be4abe9db9b7cc5 (diff)
doc: clarify python.sitePackages
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
Diffstat (limited to 'doc/hooks')
-rw-r--r--doc/hooks/python.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hooks/python.section.md b/doc/hooks/python.section.md
index 428ac24b9f7be..b7862650f167e 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.