Change-Id: I472190c743dd26e88e3400f323ab52fa05c187d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129215
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
This commit is contained in:
Andrea Gelmini 2022-01-31 12:01:55 +01:00 committed by Adolfo Jayme Barrientos
parent 4f3b6eac84
commit cba7646dbc

View file

@ -373,7 +373,7 @@ class ScriptForge(object, metaclass = _Singleton):
@staticmethod
def unpack_args(kwargs):
"""
Convert a dictioany passed as argument to a list alternating keys and values
Convert a dictionary passed as argument to a list alternating keys and values
Example:
dict(A = 'a', B = 2) => 'A', 'a', 'B', 2
"""