Fixed typo in docstring

This commit is contained in:
PySimpleGUI 2023-02-06 11:43:54 -05:00
parent 078fc3b1d4
commit 7da029ebf8
1 changed files with 1 additions and 1 deletions

View File

@ -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}