diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-08-23 15:13:17 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-08-23 15:47:29 +0200 |
commit | d1d3d960ade9a1f61ab715ee7d16335a44625100 (patch) | |
tree | 7a36ecfd04c2b5cdd0b5229e6753e33eb282141d /source/text/sbasic | |
parent | 3d767df226fbda339165a48ca79fa6d21e6b71be (diff) |
Fix typo
Change-Id: Ieb3dad4e32bb23aaa91dbc83036e552ca9e07c8c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155981
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/shared/03/sf_platform.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |