[Libreoffice-commits] help.git: source/text

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 19 13:58:19 UTC 2019


 source/text/sbasic/python/python_import.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 243c74e4553782aee1e34a88f4e5931f981b6ddf
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Mon Aug 19 15:54:29 2019 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Aug 19 15:57:58 2019 +0200

    Typo
    
    Change-Id: I450b7d1c0b860f17cdd7a2ee36993fe90c58310f
    Reviewed-on: https://gerrit.libreoffice.org/77731
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/python/python_import.xhp b/source/text/sbasic/python/python_import.xhp
index d8dc7a61d..af3b243d3 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>


More information about the Libreoffice-commits mailing list