From c87f47920ff8524fb73ea39f5cafe42d1dc3c193 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 17 Dec 2018 07:45:01 -0200 Subject: [PATCH] Python: Remove wrong statement on modules. Change-Id: Ie8c8e9617807a27b2a152abaff0dbcafc03e9c2a Reviewed-on: https://gerrit.libreoffice.org/65255 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/python/python_locations.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/sbasic/python/python_locations.xhp b/source/text/sbasic/python/python_locations.xhp index 0e6d01d5ac..4f50af4213 100644 --- a/source/text/sbasic/python/python_locations.xhp +++ b/source/text/sbasic/python/python_locations.xhp @@ -48,7 +48,7 @@

Document macros

Document macros are embedded in the document and are accessible only when the document is open.

Libraries, Modules and Macros

- Like BASIC macros, Python macros can organized in libraries, modules and macros. Note that a module may not be part of a library. + Like BASIC macros, Python macros can organized in libraries, modules and macros.

Creating a Python Library

Libraries are folders in the container tree. To create a library, add a folder in the target container. The library name is the folder name.

Creating a Python Module.