diff options
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/python/scriptforge.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi index e3f4c3a2fecd..5efe74036760 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -3440,7 +3440,7 @@ class SFDialogs: accuracy: int = ... ) -> Optional[DIALOGCONTROL]: """ - Create a new control of type ``CurrenyField`` in the actual dialog. + Create a new control of type ``CurrencyField`` in the actual dialog. Args ``controlname``: the name of the new control. It must not exist yet. |