diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index 8048014a5d..2a29fdeb50 100644 --- a/wxPython/src/gdi.i +++ b/wxPython/src/gdi.i @@ -1087,7 +1087,7 @@ public: %name(XorRect)bool Xor(const wxRect& rect); %name(XorRegion)bool Xor(const wxRegion& region); - // Convert the region to a B&W bitmap with the black pixels being inside + // Convert the region to a B&W bitmap with the white pixels being inside // the region. wxBitmap ConvertToBitmap();