cleanup doc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-03-06 21:10:04 +00:00
parent a65ef6fb79
commit 132bcd1256

View File

@ -45,9 +45,6 @@ def runTest(frame, nb, log):
overview = """\
A StaticBitmap control displays a bitmap.
The bitmap to be displayed should have a small number of colours, such as 16,
to avoid palette problems.
A bitmap can be derived from most image formats using the wx.Image class.
"""