Fix typo
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:
parent
4f3b6eac84
commit
cba7646dbc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue