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.