diff options
-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> |