wizards/source/scriptforge/python/scriptforge.pyi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da56c68f5a3ff0c7f310224e83b7a60cb8b38632
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:12:12 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:37:42 2024 +0100

    Fix typo
    
    Change-Id: I493fece1547f15d1e428146928e34807a96636a5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164914
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/wizards/source/scriptforge/python/scriptforge.pyi 
b/wizards/source/scriptforge/python/scriptforge.pyi
index 0f0e77d98cfd..7b2cd2fc9b77 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -5697,7 +5697,7 @@ class SFDocuments:
                         When ``False`` range selection is allowed.
 
                         ``closeafterselect``: when ``True`` (default) the 
dialog is closed immediately after
-                        the selection is made. wWhen ``False`` the user can 
change the selection as many times
+                        the selection is made. When ``False`` the user can 
change the selection as many times
                         as needed. Dialog closure is manual.
                     Returns
                         The selected range as a string, or the empty string 
when the user cancelled the request.

Reply via email to