source/text/sbasic/shared/03/sf_platform.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d1d3d960ade9a1f61ab715ee7d16335a44625100 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Aug 23 15:13:17 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Aug 23 15:47:29 2023 +0200 Fix typo Change-Id: Ieb3dad4e32bb23aaa91dbc83036e552ca9e07c8c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155981 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/source/text/sbasic/shared/03/sf_platform.xhp b/source/text/sbasic/shared/03/sf_platform.xhp index 6fe6f22aa4..2700abaeec 100644 --- a/source/text/sbasic/shared/03/sf_platform.xhp +++ b/source/text/sbasic/shared/03/sf_platform.xhp @@ -425,7 +425,7 @@ </bascode> <embed href="text/sbasic/shared/00000003.xhp#In_Python"/> - <paragraph role="paragraph" id="par_id611692709647033">The examples above can be writen in Python as follows:</paragraph> + <paragraph role="paragraph" id="par_id611692709647033">The examples above can be written in Python as follows:</paragraph> <pycode> <paragraph role="pycode" localize="false" id="pyc_id701633022704347">from scriptforge import CreateScriptService</paragraph> <paragraph role="pycode" localize="false" id="pyc_id381692710943396">bas = CreateScriptService("Basic")</paragraph>