From 9c383901330c5c6d53a277c0549ae0eac6f0ecff Mon Sep 17 00:00:00 2001
From: Robin Dunn <robin@alldunn.com>
Date: Fri, 24 Feb 2006 01:11:56 +0000
Subject: [PATCH] Docstring fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 wxPython/src/_bitmap.i | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wxPython/src/_bitmap.i b/wxPython/src/_bitmap.i
index 48c940867e..96a6329a78 100644
--- a/wxPython/src/_bitmap.i
+++ b/wxPython/src/_bitmap.i
@@ -107,7 +107,7 @@ public:
         wxBitmap(int width, int height, int depth=-1),
         "Creates a new bitmap of the given size.  A depth of -1 indicates the
 depth of the current screen or visual. Some platforms only support 1
-for monochrome and -1 for the current colour setting.", "",
+for monochrome and -1 for the current display depth.", "",
         EmptyBitmap);
 
     DocCtorStrName(
-- 
2.47.2