]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/wizard.py
Moved some enums around to better match the C++ headers
[wxWidgets.git] / wxPython / src / gtk / wizard.py
index 04d3225f77c4f990dec0f6baa5df1acd588863c9..fd98bc0f72c71be4e561336cc2615da40d847192 100644 (file)
@@ -209,7 +209,7 @@ class WizardPageSimple(WizardPage):
         return _wizard.WizardPageSimple_SetNext(*args, **kwargs)
 
     def Chain(*args, **kwargs):
-        """WizardPageSimple.Chain(WizardPageSimple first, WizardPageSimple second)"""
+        """Chain(WizardPageSimple first, WizardPageSimple second)"""
         return _wizard.WizardPageSimple_Chain(*args, **kwargs)
 
     Chain = staticmethod(Chain)