diff --git a/etg/_stc.py b/etg/_stc.py index 67652054..f7347d64 100644 --- a/etg/_stc.py +++ b/etg/_stc.py @@ -25,7 +25,7 @@ ITEMS = [ 'wxStyledTextCtrl', # The list of other ETG scripts and back-end generator modules that are # included as part of this module. These should all be items that are put in -# the wxWidgets "adv" library in a multi-lib build. +# the wxWidgets "stc" library in a multi-lib build. INCLUDES = [ ] diff --git a/src/dvcvariant.sip b/src/dvcvariant.sip index a016a117..236a871d 100644 --- a/src/dvcvariant.sip +++ b/src/dvcvariant.sip @@ -111,7 +111,7 @@ PyObject* wxDVCVariant_out_helper(const wxVariant& value) %ConvertFromTypeCode - // no reverse convert needed yet... + // no C++ --> Python convert needed yet... return NULL; %End };