Skip to content

Commit 1e4a040

Browse files
committed
Fix spelling errors
1 parent 5088a2d commit 1e4a040

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PySimpleGUI/PySimpleGUI.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@
6464
6.0 5-Apr-2026 Initial release
6565
6.0.1 8-Apr-2026 Emoji change to main window
6666
6.0.2 8-May-2026 Fixed bug in Window.settings_save. If a window is closed using "X" or terminated in a
67-
similiar way, then the value None is written to the settings file for all keys.
67+
similar way, then the value None is written to the settings file for all keys.
6868
The fix is to check if all values are None. If so, skip saving the values
6969
6.0.3 13-May-2026 Added ability to print or insert images into Multiline Element. Use parameter "image"
7070
6.0.4 13-May-2026 Added image_subsample parameter to the print functions/methods for multiline element
7171
6.0.5 15-May-2026 Added "upgrade to Maintenance Release" capability. It's much like the PSG 5 feature
7272
but uses GitHub as the location of release. Can be invoked from Home Window, or
7373
using the psgupgrade command.
7474
6.0.6 30-May-2026 Fix for bug #5750. Graph events was going into an infinite loop when write_event_value events
75-
are received. Fix was to clear the realtime button flag. Potential for regression problems
75+
were received. Fix was to clear the realtime button flag. Potential for regression problems
7676
should be minimal since only the Graph element conditional was changed.
7777
6.0.7 30-May-2026 Added Enhancement #6671. Added parameter select select_node_keys to Tree.update. Enables nodes
78-
in the tree to be programatically selected as if the user selected them.
78+
in the tree to be programmatically selected as if the user selected them.
7979
6.1 30-May-2026 Preparing for release, first to GitHub as 6.1, then post on PyPI.
8080
"""
8181

0 commit comments

Comments
 (0)