diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index a5eadb85ba..5a6fc17a22 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -326,6 +326,7 @@ Debugging a Basic Program Event-Driven Macros %PRODUCTNAME Basic Programming Examples + Calling Python Scripts from Basic Access2Base, the API for Base users diff --git a/source/text/sbasic/guide/basic_2_python.xhp b/source/text/sbasic/guide/basic_2_python.xhp index 945566211e..6badf718a7 100644 --- a/source/text/sbasic/guide/basic_2_python.xhp +++ b/source/text/sbasic/guide/basic_2_python.xhp @@ -21,7 +21,7 @@ API;PathSettings API;XScript -

Calling Python macros from Basic

+

Calling Python Scripts from Basic

Calling Python scripts from %PRODUCTNAME Basic macros is possible, and valuable features can be obtained such as: ComputerName identification or OSName detection are possible, @@ -173,7 +173,7 @@ xml.etree.ElementTree ElementTree XML API
- +
diff --git a/source/text/sbasic/python/python_2_basic.xhp b/source/text/sbasic/python/python_2_basic.xhp index cf26d1290f..b6acda3d8c 100644 --- a/source/text/sbasic/python/python_2_basic.xhp +++ b/source/text/sbasic/python/python_2_basic.xhp @@ -141,11 +141,11 @@ End If End Function ' Standard.Scripting.SUM() -
+
- +