Fix typo
Change-Id: Ie04b3b3a96b2d4651b6dc477215f29a48c1be4c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164901 Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins
This commit is contained in:
parent
a0d5d8d165
commit
08750535c5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue