From 4df68585db8f4c74a1d74c6d7bc97bfb0c18f36f Mon Sep 17 00:00:00 2001 From: Alain Romedenne Date: Wed, 2 Jan 2019 20:40:03 -0200 Subject: tdf#121736 Python programming Help pages Change-Id: I6307a9f5e5ae27931ca12d8268d825afcee58539 Reviewed-on: https://gerrit.libreoffice.org/65828 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/python/main0000.xhp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/text/sbasic/python/main0000.xhp') diff --git a/source/text/sbasic/python/main0000.xhp b/source/text/sbasic/python/main0000.xhp index cd2cbf9359..05f9abcc9e 100644 --- a/source/text/sbasic/python/main0000.xhp +++ b/source/text/sbasic/python/main0000.xhp @@ -27,13 +27,12 @@ This help section explains the most common Python script functions for %PRODUCTNAME. For more in-depth information please refer to the Designing & Developing Python Applications on the Wiki. -

Working with Python Scripts in %PRODUCTNAME.

+

Working with Python Scripts in %PRODUCTNAME

You can execute Python scripts choosing Tools - Macros – Run macro.... Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run Python interactive console from %PRODUCTNAME . - Programming with Python Scripts - + Creating a dialog Programming Examples -- cgit