diff --git a/wxPython/src/_button.i b/wxPython/src/_button.i index 365bc2423b..53af38d7b0 100644 --- a/wxPython/src/_button.i +++ b/wxPython/src/_button.i @@ -85,7 +85,7 @@ under GTK+ 2.", " The stock IDs and coresponding labels are - ================== ==================== + ===================== ====================== wx.ID_ADD 'Add' wx.ID_APPLY '\&Apply' wx.ID_BOLD '\&Bold' @@ -136,7 +136,7 @@ The stock IDs and coresponding labels are wx.ID_ZOOM_FIT 'Zoom to \&Fit' wx.ID_ZOOM_IN 'Zoom \&In' wx.ID_ZOOM_OUT 'Zoom \&Out' - ================== ==================== + ===================== ====================== "); DocCtorStrName( diff --git a/wxPython/src/_combobox.i b/wxPython/src/_combobox.i index 079591dd81..34d77ecea3 100644 --- a/wxPython/src/_combobox.i +++ b/wxPython/src/_combobox.i @@ -50,6 +50,8 @@ Events ------- ================ =============================================== EVT_COMBOBOX Sent when an item on the list is selected. + Note that calling `GetValue` in this handler + will return the newly selected value. EVT_TEXT Sent when the combobox text changes. ================ =============================================== ");