projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
applied patch 890642: wxRE_ADVANCED flag and docs
[wxWidgets.git]
/
wxPython
/
src
/
msw
/
wizard.py
diff --git
a/wxPython/src/msw/wizard.py
b/wxPython/src/msw/wizard.py
index 04d3225f77c4f990dec0f6baa5df1acd588863c9..fd98bc0f72c71be4e561336cc2615da40d847192 100644
(file)
--- a/
wxPython/src/msw/wizard.py
+++ b/
wxPython/src/msw/wizard.py
@@
-209,7
+209,7
@@
class WizardPageSimple(WizardPage):
return _wizard.WizardPageSimple_SetNext(*args, **kwargs)
def Chain(*args, **kwargs):
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)
return _wizard.WizardPageSimple_Chain(*args, **kwargs)
Chain = staticmethod(Chain)