X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec9b55ca46197ef406357022639bba9dea225e7b..8623a8838d8c4a7fd531e1eb3940e3ddf7306584:/wxPython/src/gtk/_core.py diff --git a/wxPython/src/gtk/_core.py b/wxPython/src/gtk/_core.py index b1acfce0dd..09abfe6f0c 100644 --- a/wxPython/src/gtk/_core.py +++ b/wxPython/src/gtk/_core.py @@ -9444,7 +9444,7 @@ class Sizer(Object): """ A convenience method for Show(item, False, recursive). """ - return self.Show(item, false, recursive) + return self.Show(item, False, recursive) def ShowItems(*args, **kwargs): """