diff options
author | Alain🐍Romedenne <LibreOfficiant@sfr.fr> | 2020-06-11 10:21:20 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-11 13:58:55 +0200 |
commit | 7c39ebe635e48c0362375c731724d6f8bd15971a (patch) | |
tree | 96f3e2ae5016aaab3586a194009ba04eaf498382 /source | |
parent | 7c42a667bf18ea2ce2f88e11978a13b3860c7689 (diff) |
Typo in Basic script
Change-Id: I73108c42e82a1e11606e373f1fce0f6a94198f7e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96094
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/python/python_2_basic.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/python/python_2_basic.xhp b/source/text/sbasic/python/python_2_basic.xhp index 60d31312a3..b9978122cc 100644 --- a/source/text/sbasic/python/python_2_basic.xhp +++ b/source/text/sbasic/python/python_2_basic.xhp @@ -129,7 +129,7 @@ <paragraph role="bascode" id="N0413" localize="false"> Next i</paragraph> <paragraph role="bascode" id="N0414" localize="false"> End If</paragraph> <paragraph role="bascode" id="N0415" localize="false"> Print str</paragraph> - <paragraph role="bascode" id="N0416" localize="false"> End Sub ' Standard.Scripting.Print()</paragraph> + <paragraph role="bascode" id="N0416" localize="false">End Sub ' Standard.Scripting.Print()</paragraph> <paragraph role="bascode" id="N0417" localize="false"> </paragraph> <paragraph role="bascode" id="N0418" localize="false">Public Function SUM(ParamArray args() As Variant) As Variant</paragraph> <paragraph role="bascode" id="N0419"> ''' SUM a variable list of numbers '''</paragraph> |