summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-08-19 15:54:29 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-08-19 15:57:58 +0200
commit243c74e4553782aee1e34a88f4e5931f981b6ddf (patch)
tree029004481701668ec69868d834ba274fa872cafa /source
parenttdf#89467 Add Ctrl+Shift+T to kbd description (diff)
downloadhelp-243c74e4553782aee1e34a88f4e5931f981b6ddf.tar.gz
help-243c74e4553782aee1e34a88f4e5931f981b6ddf.zip
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')
-rw-r--r--source/text/sbasic/python/python_import.xhp2
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"> &quot;&quot;&quot; Cleanup PYTHON_PATH when doc. Gets closed &quot;&quot;&quot; </paragraph>
<paragraph role="pycode" xml-lang="en-US" id="N0547"> PythonLibraries.unloadLibrary(&apos;my_gui&apos;) # 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"> &quot;&quot;&quot; Python library loader and module importer</paragraph>