From 6b3484b975a902f9fe2221c4e162913538b5a82b Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Sun, 27 Sep 2020 08:10:41 -0400 Subject: [PATCH] Fixed docstring error --- PySimpleGUI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index c7d68dfe..d26d20c1 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -8580,8 +8580,8 @@ class Window: """ Changes the minimum size of the window. Note Window must be read or finalized first. - :param size: (width, height) of the desired window size - :type size: Tuple[int, int)] + :param size: (width, height) tuple (int, int) of the desired window size in pixels + :type size: Tuple[int, int] """ if not self._is_window_created(): return