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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Mar 19 12:50:46 UTC 2019


 source/text/sbasic/python/python_shell.xhp |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 86716b1007ce47795e7e888908b540e034945172
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Tue Mar 19 13:49:11 2019 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Mar 19 13:49:11 2019 +0100

    remove empty paragraph, fixes a helpex warning
    
    Helpex warning: invalid po attributes extracted from /home/timar/libreoffice-master/helpcontent2/source/text/sbasic/python/python_shell.xhp
    No string specified!
    GroupID: N0120
    
    Change-Id: Ia3fa7d88f4756fd700eebcceb4480e0a553a5482

diff --git a/source/text/sbasic/python/python_shell.xhp b/source/text/sbasic/python/python_shell.xhp
index bd522838e..5ccd780f7 100644
--- a/source/text/sbasic/python/python_shell.xhp
+++ b/source/text/sbasic/python/python_shell.xhp
@@ -23,7 +23,6 @@
         <paragraph role="heading" level="1" id="N0118"><variable id="pythonshell1"><link href="text/sbasic/python/python_shell.xhp" name="python shell">Running Python Interactive Console</link></variable></paragraph>
     </section>
     <paragraph role="paragraph" id="N0119">The Python interactive console, also known as Python interpreter or Python shell, provides programmers with a quick way to execute commands and try out and test code without creating a file. %PRODUCTNAME Python modules documentation can be obtained from the terminal.</paragraph>
-    <paragraph role="paragraph" id="N0120"></paragraph>
     <paragraph role="heading" level="2" id="N0121">Using a Basic macro:</paragraph>
     <bascode>
         <paragraph role="bascode" id="N0122" localize="false">Sub interpreter_console</paragraph>


More information about the Libreoffice-commits mailing list