source/text/sbasic/python/python_shell.xhp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8278dc648a49ae83fac8208fbe0ac6041cef56e4
Author:     Alain Romedenne <alain.romede...@libreoffice.org>
AuthorDate: Sat Nov 6 11:38:50 2021 +0200
Commit:     Alain Romedenne <alain.romede...@libreoffice.org>
CommitDate: Sat Nov 6 10:47:13 2021 +0100

    Fixing links
    
    Change-Id: Iaffff844cfa18b2d3a8715e01d236e2d49ebe74a
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124702
    Tested-by: Jenkins
    Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org>

diff --git a/source/text/sbasic/python/python_shell.xhp 
b/source/text/sbasic/python/python_shell.xhp
index 745b22d18..52cea354a 100644
--- a/source/text/sbasic/python/python_shell.xhp
+++ b/source/text/sbasic/python/python_shell.xhp
@@ -65,17 +65,17 @@
     <paragraph role="paragraph" id="par_id871633361808210" 
localize="false"><br/><input>user@computer:~$ </input><emph>type -p 
python3</emph><br/><input>/usr/bin/python3</input><br/> <input>user@computer:~$ 
</input><emph>/usr/bin/python3</emph><br/> <input>Python 3.7.5 (default, Nov 20 
2019, 09:21:52)</input><br/><input>[GCC 9.2.1 20191008] on 
linux</input><br/><input>Type "help", "copyright", "credits" or "license" for 
more information.</input><br/><input>>>> </input><emph>import 
uno</emph><br/><input>>>> </input><emph>dir(uno)</emph><br/><input>['Any', 
'Bool', 'ByteSequence', 'Char', 'Enum', 'PY2', 'Type', '_ConstantGroup', 
'__builtin__', '__builtins__', '__cached__', '__doc__', '__file__', 
'__loader__', '__name__', '__package__', '__spec__', '_builtin_import', 
'_component_context', '_impl_getConstantGroupByName', 
'_uno_extract_printable_stacktrace', '_uno_import', '_uno_struct__eq__', 
'_uno_struct__getattr__', '_uno_struct__init__', '_uno_struct__ne__', 
'_uno_struct__repr__', '_u
 no_struct__setattr__', '_uno_struct__str__', 'absolutize', 'createUnoStruct', 
'fileUrlToSystemPath', 'generateUuid', 'getClass', 'getComponentContext', 
'getConstantByName', 'getCurrentContext', 'getTypeByName', 'invoke', 
'isInterface', 'os', 'pyuno', 'setCurrentContext', 'six_string_types', 
'socket', 'sys', 'systemPathToFileUrl', 'traceback', 
'warnings']</input><br/><input>>>> 
</input><emph>exit()</emph><br/><input>user@computer:~$</input></paragraph>
        </case>
     </switch>
-      
+
     <h2 id="hd_id311633513620803">Alternative console</h2>
     <paragraph role="paragraph" id="par_id81632760673283">Use <link 
href="https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-Python";
 name="APSO extension">APSO extension</link> console as an 
alternative:</paragraph>
     <paragraph role="paragraph" id="N0144">
         <image src="media/helpimg/python/python_shell.png" id="N0144"><alt 
id="N0144">APSO console</alt></image>
     </paragraph>
     <section id="relatedtopics">
-        <paragraph role="paragraph" id="par_id351633599611244"><link 
href="text/sbasic/shared/03/sf_exception.html?#PythonShell" name="PythonShell 
method"><literal>PythonShell</literal></link> function in <link 
href="text/sbasic/shared/03/sf_exception.html" name="ScriptForge.Exception 
service"><literal>ScriptForge.Exception</literal></link> service</paragraph>
         <embed href="text/sbasic/python/python_examples.xhp#pythonexamples2"/>
         <embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
-        
+        <paragraph role="paragraph" id="par_id351633599611244"><link 
href="text/sbasic/shared/03/sf_exception.xhp?#PythonShell" name="PythonShell 
method"><literal>PythonShell</literal></link> function in <link 
href="text/sbasic/shared/03/sf_exception.xhp" name="ScriptForge.Exception 
service"><literal>ScriptForge.Exception</literal></link> service</paragraph>
+
     </section>
     </body>
 </helpdocument>
\ No newline at end of file

Reply via email to