diff --git a/wx/lib/mixins/inspection.py b/wx/lib/mixins/inspection.py index 87b37c3e..1f379364 100644 --- a/wx/lib/mixins/inspection.py +++ b/wx/lib/mixins/inspection.py @@ -15,8 +15,8 @@ # NOTE: This class was originally based on ideas sent to the # wxPython-users mail list by Dan Eloff. """ -This module provides the :class:`~lib.inspection.InspectableApp` and -:class:`~lib.inspection.InspectionMixin` which make it easy to use the Widget +This module provides the :class:`~lib.mixins.inspection.InspectableApp` and +:class:`~lib.mixins.inspection.InspectionMixin` which make it easy to use the Widget Inspection Tool (WIT). @@ -111,7 +111,7 @@ class InspectionMixin(object): To use this class simply derive a class from :class:`App` and :class:`InspectionMixin` and then call the :meth:`InspectionMixin.Init` method from the app's - :meth:`App.OnInit` method. + :meth:`AppConsole.OnInit` method. """ def InitInspection(self, pos=wx.DefaultPosition, size=wx.Size(850,700), config=None, locals=None,