X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..423f194a1411e8aac372de29ef4a7ab5f90acb04:/wxPython/demo/wxScrolledPanel.py diff --git a/wxPython/demo/wxScrolledPanel.py b/wxPython/demo/wxScrolledPanel.py index 89da9f3871..c6b14bcca9 100644 --- a/wxPython/demo/wxScrolledPanel.py +++ b/wxPython/demo/wxScrolledPanel.py @@ -103,7 +103,7 @@ def runTest(frame, nb, log): overview = """ wxScrolledPanel fills a "hole" in the implementation of wxScrolledWindow, providing automatic scrollbar and scrolling behavior and the tab traversal -mangement that wxScrolledWindow lacks. +management that wxScrolledWindow lacks. """