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

New commits:
commit 636cd8ca2952a6a1a386549b38cecf2380a35241
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 20 10:33:15 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Feb 20 16:26:12 2024 +0100

    Fix typo
    
    Change-Id: Ic6ed414c95a6a1c08884ea8ee55323a10bc36fe0
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163636
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/source/text/sbasic/python/python_shell.xhp 
b/source/text/sbasic/python/python_shell.xhp
index b30444a67a..d56acf74a8 100644
--- a/source/text/sbasic/python/python_shell.xhp
+++ b/source/text/sbasic/python/python_shell.xhp
@@ -37,7 +37,7 @@
 
     <note id="par_id851633601202270">From a full-featured %PRODUCTNAME 
installed package, a Basic or Python script locates the embedded copy of Python 
console.</note>
     <h2 id="N0121">Using a Basic macro</h2>
-    <paragraph role="paragraph" id="par_id71707747845585">This routine resorts 
to <link href="text/sbasic/python/python_platform.xhp">Plaftform class 
module</link> in order to distinguish the actual operating system.</paragraph>
+    <paragraph role="paragraph" id="par_id71707747845585">This routine resorts 
to <link href="text/sbasic/python/python_platform.xhp">Platform class 
module</link> in order to distinguish the actual operating system.</paragraph>
     <bascode>
         <paragraph role="bascode" id="N0122" localize="false">Sub 
interpreter_console</paragraph>
         <paragraph role="bascode" id="bas_id731633624333087" localize="false"> 
   Set opsys = New Platform</paragraph>
@@ -91,4 +91,4 @@
         <embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
     </section>
     </body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>

Reply via email to