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

New commits:
commit dcedbce9f56f3a315db998e69b5fe5925ae189a6
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Tue Jun 4 09:29:27 2019 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Wed Jun 5 14:46:30 2019 +0200

    Prevent L10n issue when building Help
    
    Pootle does not convert back &lt; and &gt; into the same entities, thus
    disturbing XML parsing of string. Changed to ().
    
    Change-Id: I4e754313a2c51c6b5b190a7e236768fe84ec8672
    Reviewed-on: https://gerrit.libreoffice.org/73444
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/python/python_programming.xhp 
b/source/text/sbasic/python/python_programming.xhp
index 888ed96b4..5efa8df15 100644
--- a/source/text/sbasic/python/python_programming.xhp
+++ b/source/text/sbasic/python/python_programming.xhp
@@ -77,7 +77,7 @@
     <h2 id="N0239">Module import</h2>
     <warning id="N0240"><literal>XSCRIPTCONTEXT</literal> is not provided to 
imported modules.</warning>
     <section id="PythonFileSystemImport" >
-        <paragraph role="paragraph" id="N0241">%PRODUCTNAME Basic libraries 
contain classes, routines and variables, Python modules contain classes, 
functions and variables. Common pieces of reusable Python or UNO features must 
be stored in <link href="text/sbasic/python/python_locations.xhp" name="My 
macros">My macros</link> within <literal>&lt;User 
Profile&gt;/Scripts/python/pythonpath</literal>. Python libraries help organize 
modules in order to prevent module name collisions. Import 
<literal>uno.py</literal> inside shared modules.</paragraph>
+        <paragraph role="paragraph" id="N0241">%PRODUCTNAME Basic libraries 
contain classes, routines and variables, Python modules contain classes, 
functions and variables. Common pieces of reusable Python or UNO features must 
be stored in <link href="text/sbasic/python/python_locations.xhp" name="My 
macros">My macros</link> within <literal>(User 
Profile)/Scripts/python/pythonpath</literal>. Python libraries help organize 
modules in order to prevent module name collisions. Import 
<literal>uno.py</literal> inside shared modules.</paragraph>
     </section>
     <paragraph role="paragraph" id="N0242">Genuine BASIC UNO facilities can be 
inferred using <literal>uno.py</literal> module. Use <link 
href="text/sbasic/python/python_shell.xhp" name="Python interactive 
shell">Python interactive shell</link> to get a complete module description 
using <literal>dir()</literal> and <literal>help()</literal> Python 
commands.</paragraph>
     <table  id="N0243">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to