Merge pull request #6209 from PySimpleGUI/Dev-latest

Fixed typo in docstring
This commit is contained in:
PySimpleGUI 2023-02-06 11:44:07 -05:00 committed by GitHub
commit 336d3baeb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}