From d439868081611bd0bd1f95da86b10bef49f511ad Mon Sep 17 00:00:00 2001 From: LibreOfficiant Date: Thu, 20 Dec 2018 15:10:05 +0100 Subject: [PATCH] 2 typos corrected Change-Id: Ic3e2524861d91480da0cdb53400f22ca46d10e45 Reviewed-on: https://gerrit.libreoffice.org/65499 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/python/python_shell.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/sbasic/python/python_shell.xhp b/source/text/sbasic/python/python_shell.xhp index 38e4a72c12..264cd34d91 100644 --- a/source/text/sbasic/python/python_shell.xhp +++ b/source/text/sbasic/python/python_shell.xhp @@ -22,7 +22,7 @@
Running Python Interactive Console
- The Python interactive console, also known as Python interpreter or Python shell, provide programmers with a quick way to execute commands and try out and test code without creating a file. %PRODUCTNAME Python modules documentation can obtained from the terminal. + 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. Using a Basic macro: