source/text/sbasic/python/officehelper_module.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3fe8c99d8788860c650d614a828ac426b5ae36b3 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Aug 2 22:58:52 2026 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Mon Aug 3 12:12:19 2026 +0200 Fix typo Change-Id: I760159d46669e16e6751b90a44127587e6e3b52b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/208983 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/source/text/sbasic/python/officehelper_module.xhp b/source/text/sbasic/python/officehelper_module.xhp index 3c68c69fa4..bb6d22a38f 100644 --- a/source/text/sbasic/python/officehelper_module.xhp +++ b/source/text/sbasic/python/officehelper_module.xhp @@ -77,7 +77,7 @@ <paragraph role="pycode" localize="false" id="pyc_id541621534175344">ctx = bootstrap(soffice=r"USB:\PortableApps\libO-7.6\App\libreoffice\program\soffice.exe")</paragraph> <paragraph role="pycode" xml-lang="en-US" id="pyc_id711643307035249"># your code goes here</paragraph> </pycode> - <paragraph role="paragraph" id="par_id11785498043250">Such ramdomized named pipes require to be released from memory as shown:</paragraph> + <paragraph role="paragraph" id="par_id11785498043250">Such randomized named pipes require to be released from memory as shown:</paragraph> <pycode> <paragraph role="pycode" localize="false" id="pyc_id090785249949742"># named pipe memory cleanup</paragraph> <paragraph role="pycode" localize="false" id="pyc_id112885249949964">smgr = ctx.getServiceManager()</paragraph> @@ -114,4 +114,4 @@ </section> <tip id="par_id1001623412767893">Use <link href="/text/sbasic/python/scriptforge_module.xhp"><literal>scriptforge.ScriptForge()</literal></link> method to bind IDE-based Python scripts to a %PRODUCTNAME permanent <link href="text/shared/guide/start_parameters.xhp">service started with the command line</link>.</tip> </body> -</helpdocument> \ No newline at end of file +</helpdocument>
