about summary refs log tree commit diff
path: root/doc/hooks/python.section.md
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-03-24 01:30:46 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-30 19:56:57 +0100
commit653837881ed2a27a12c7bf662be4abe9db9b7cc5 (patch)
treeb9423fa35443b64d1ed1f1c511c049f42f746d2b /doc/hooks/python.section.md
parent30b34ac00788d0dce98a992b6d92779b9eb6bc19 (diff)
treewide: replace `lib/${python.libPrefix}/site-packages` with its shorthand `${python.sitePackages}`
which should be always preferred
Diffstat (limited to 'doc/hooks/python.section.md')
-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 ecaae491e994a..428ac24b9f7be 100644
--- a/doc/hooks/python.section.md
+++ b/doc/hooks/python.section.md
@@ -1,3 +1,3 @@
 # Python {#setup-hook-python}
 
-Adds the `lib/${python.libPrefix}/site-packages` subdirectory of each build input to the `PYTHONPATH` environment variable.
+Adds the `${python.sitePackages}` subdirectory of each build input to the `PYTHONPATH` environment variable.