diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-17 07:45:01 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-17 11:06:40 +0100 |
commit | c87f47920ff8524fb73ea39f5cafe42d1dc3c193 (patch) | |
tree | 0eba427a73d56b56e498eab5939a9475fadd353c | |
parent | 720c5c4aa52b4f7319a31a8cc55d330bf82fb017 (diff) |
Python: Remove wrong statement on modules.
Change-Id: Ie8c8e9617807a27b2a152abaff0dbcafc03e9c2a
Reviewed-on: https://gerrit.libreoffice.org/65255
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/python/python_locations.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <h3 id="hd_id101544049707712">Document macros</h3> <paragraph role="paragraph" id="par_id31544049046497">Document macros are embedded in the document and are accessible only when the document is open.</paragraph> <h2 id="hd_id171544049715310">Libraries, Modules and Macros</h2> - <paragraph role="paragraph" id="par_id181544209916707">Like BASIC macros, Python macros can organized in libraries, modules and macros. Note that a module may not be part of a library.</paragraph> + <paragraph role="paragraph" id="par_id181544209916707">Like BASIC macros, Python macros can organized in libraries, modules and macros.</paragraph> <h3 id="hd_id21544209865082">Creating a Python Library</h3> <paragraph role="paragraph" id="par_id191544209928221">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.</paragraph> <h3 id="hd_id31544209872869">Creating a Python Module.</h3> |