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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Apr 2 13:02:57 UTC 2019


 source/media/helpimg/python/python_shell.png |binary
 source/text/sbasic/python/python_shell.xhp   |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e323bedb182d71c72ef08ec0f745bb60830a2c3
Author:     LibreOļ¬ƒciant <LibreOfficiant at sfr.fr>
AuthorDate: Wed Mar 27 15:27:59 2019 +0100
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Apr 2 15:02:34 2019 +0200

    Current help page does not provide focus on UNO
    
    ...introspection that Python console is offering.
    
    Change-Id: Ic35833d7658d3ae9d465c1f3f7cc7a2ea1ecfa1a
    Reviewed-on: https://gerrit.libreoffice.org/69831
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/media/helpimg/python/python_shell.png b/source/media/helpimg/python/python_shell.png
index afb1738a0..bde75058b 100644
Binary files a/source/media/helpimg/python/python_shell.png and b/source/media/helpimg/python/python_shell.png differ
diff --git a/source/text/sbasic/python/python_shell.xhp b/source/text/sbasic/python/python_shell.xhp
index 5ccd780f7..0b724b88d 100644
--- a/source/text/sbasic/python/python_shell.xhp
+++ b/source/text/sbasic/python/python_shell.xhp
@@ -22,7 +22,7 @@
     <section id="pythonshell">
         <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="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. UNO objects introspection as well as %PRODUCTNAME Python modules documentation can be obtained from the terminal.</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