From 3f545f7fd91bc4ae87c664a42c73cd7e5ead4c88 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 18 Jul 2016 21:31:26 -0700 Subject: [PATCH] typo --- demo/BitmapFromBuffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: