Fixed typo in docstring
This commit is contained in:
parent
078fc3b1d4
commit
7da029ebf8
|
@ -21,7 +21,7 @@ def make_key(key):
|
||||||
the lack of parameters and associated docstrings when creating the layout.
|
the lack of parameters and associated docstrings when creating the layout.
|
||||||
|
|
||||||
:param key:
|
:param key:
|
||||||
:return: Dict(
|
:return: Dict
|
||||||
"""
|
"""
|
||||||
return {'default_text':sg.user_settings_get_entry(key, ''), 'key':key}
|
return {'default_text':sg.user_settings_get_entry(key, ''), 'key':key}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue