]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_core.py
text attributes corrected
[wxWidgets.git] / wxPython / src / gtk / _core.py
index 2e7d7645a7df09fe95abb070666d58c04216ce6a..09abfe6f0cc74f5ec92c961058705b9c6827c5d7 100644 (file)
@@ -7679,7 +7679,7 @@ class Window(EvtHandler):
         no matter what and only the font might.
 
         This rather complicated logic is necessary in order to accommodate the
-        different usage scenarius. The most common one is when all default
+        different usage scenarios. The most common one is when all default
         attributes are used and in this case, nothing should be inherited as
         in modern GUIs different controls use different fonts (and colours)
         than their siblings so they can't inherit the same value from the
@@ -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):
         """