%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org
diff --git a/source/text/sbasic/python/python_locations.xhp b/source/text/sbasic/python/python_locations.xhp
index 4f50af4213..b3ebeeda54 100644
--- a/source/text/sbasic/python/python_locations.xhp
+++ b/source/text/sbasic/python/python_locations.xhp
@@ -28,10 +28,10 @@
The %PRODUCTNAME Macros container location in the file system depends on the operating system:
- For Windows, C:\Program Files (x86)\LibreOffice\Basis\share\Scripts\python.
+ For Windows: $(Installation)\share\Scripts\python.
- For Linux and macOS, $(Installation)/share/Scripts/python.
+ For Linux and macOS: $(Installation)/share/Scripts/python.
My Macros
@@ -39,10 +39,10 @@
The My Macros container location is in the user space and depends on the operating system:
- For Windows, C:\Users\current-user\AppData\Roaming\libreoffice\4\user\Scripts\python.
+ For Windows, %APPDATA%\LibreOffice\4\user\Scripts\python.
- For Linux and macOS, $(HOME)/.config/libreoffice/4/user/Scripts/python.
+ For Linux and macOS, $HOME/.config/libreoffice/4/user/Scripts/python.