X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..5b0040077dfa64b7299a62d3f011db248d666d50:/wxPython/demo/wxLayoutConstraints.py

diff --git a/wxPython/demo/wxLayoutConstraints.py b/wxPython/demo/wxLayoutConstraints.py
index 8e63a12af2..4ffa033924 100644
--- a/wxPython/demo/wxLayoutConstraints.py
+++ b/wxPython/demo/wxLayoutConstraints.py
@@ -6,7 +6,7 @@ from wxPython.wx import *
 class TestLayoutConstraints(wxPanel):
     def __init__(self, parent):
         wxPanel.__init__(self, parent, -1)
-        self.SetAutoLayout(true)
+        self.SetAutoLayout(True)
         EVT_BUTTON(self, 100, self.OnButton)
 
         self.SetBackgroundColour(wxNamedColour("MEDIUM ORCHID"))