diff --git a/demo/BitmapFromBuffer.py b/demo/BitmapFromBuffer.py index 660996f1..d1bb1899 100644 --- a/demo/BitmapFromBuffer.py +++ b/demo/BitmapFromBuffer.py @@ -114,7 +114,7 @@ overview = """ Two new wx.Bitmap factory functions allow you to create a wx.Bitmap directly from a data buffer. The the buffer can be any Python object -that implements the buffer interface, or is convertable to a buffer, +that implements the buffer interface, or is convertible to a buffer, such as a string or an array. The new functions are: