]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/my_typemaps.i
Copied/merged from the 2.2 branch.
[wxWidgets.git] / wxPython / src / my_typemaps.i
index b42c84180170f4a6afd76d219af0f5583f601e3a..349cc9245d0b4ccc51c1fb8ce4422a50ed8fad12 100644 (file)
@@ -264,7 +264,7 @@ static char* wxStringErrorMsg = "string type is required for parameter";
 
 //---------------------------------------------------------------------------
 // Typemap to convert strings to wxColour.  Two string formats are accepted,
-// either a colour name, for a hex colour spec like "#RRGGBB"
+// either a colour name, or a hex colour spec like "#RRGGBB"
 
 %typemap(python,in) wxColour& (wxColour temp) {
     $target = &temp;