diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-08-19 15:54:29 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-08-19 15:57:58 +0200 |
commit | 243c74e4553782aee1e34a88f4e5931f981b6ddf (patch) | |
tree | 029004481701668ec69868d834ba274fa872cafa /source/text/sbasic | |
parent | 911571b73f17d8b171d6eade9c5b008678010638 (diff) |
Typo
Change-Id: I450b7d1c0b860f17cdd7a2ee36993fe90c58310f
Reviewed-on: https://gerrit.libreoffice.org/77731
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/python/python_import.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/python/python_import.xhp b/source/text/sbasic/python/python_import.xhp index d8dc7a61d8..af3b243d3b 100644 --- a/source/text/sbasic/python/python_import.xhp +++ b/source/text/sbasic/python/python_import.xhp @@ -78,7 +78,7 @@ <paragraph role="pycode" localize="false" id="N0545">def OnDocQueryCloseUnloadPython():</paragraph> <paragraph role="pycode" xml-lang="en-US" id="N0546"> """ Cleanup PYTHON_PATH when doc. Gets closed """ </paragraph> <paragraph role="pycode" xml-lang="en-US" id="N0547"> PythonLibraries.unloadLibrary('my_gui') # Python runtime path cleanup</paragraph> - <paragraph role="pycode" xml-lang="en-US" id="N0548"> # Note: imported modules remain loaded in this example..</paragraph> + <paragraph role="pycode" xml-lang="en-US" id="N0548"> # Note: imported modules remain loaded in this example.</paragraph> <paragraph role="pycode" localize="false" id="N0549"> </paragraph> <paragraph role="pycode" localize="false" id="N0552">class PythonLibraries():</paragraph> <paragraph role="pycode" xml-lang="en-US" id="N0553"> """ Python library loader and module importer</paragraph> |