diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-02-20 10:33:15 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-02-20 16:26:12 +0100 |
commit | 636cd8ca2952a6a1a386549b38cecf2380a35241 (patch) | |
tree | 0a770f62bb92a39a4d1e6980ee300932ba16e264 /source/text/sbasic | |
parent | 1830eaea4298edea802bb6bae04ff4a22b3fc2a3 (diff) |
Fix typo
Change-Id: Ic6ed414c95a6a1c08884ea8ee55323a10bc36fe0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163636
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/python/python_shell.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
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> |