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>
This commit is contained in:
Olivier Hallot
2018-12-17 07:45:01 -02:00
parent 720c5c4aa5
commit c87f47920f

View File

@ -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>