summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-16 10:03:46 +0100
committerAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-16 12:59:58 +0100
commiteffb43e5ac8ebb478e6d277a66c844d14769415e (patch)
treea3e53ca3940f3e3ee65f728b2b9f788fc936a890 /wizards
parent0a4f0ae2cfba246cb6a2708b9db5dab8fc71e6a9 (diff)
Fix typo
Change-Id: I26ad4b2cc6738087bb9cbae6eb5e852d7d520c05 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164898 Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/python/scriptforge.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi
index dc2569279786..d37105b4a36e 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -1190,7 +1190,7 @@ class SFScriptForge:
"""
Moves one or more files from one location to another.
Returns ``True`` if at least one file has been moved or ``False`` if an error occurred.
- An error will also occur if the source parameter uses wildcard characters anddoes not match any files.
+ An error will also occur if the source parameter uses wildcard characters and does not match any files.
The method stops immediately after it encounters an error. The method does not
roll back nor does it undo changes made before the error occurred.