diff --git a/docs/sphinx/rest_substitutions/snippets/python/converted/ComboCtrl.2.py b/docs/sphinx/rest_substitutions/snippets/python/converted/ComboCtrl.2.py index 75100c33..159b4bec 100644 --- a/docs/sphinx/rest_substitutions/snippets/python/converted/ComboCtrl.2.py +++ b/docs/sphinx/rest_substitutions/snippets/python/converted/ComboCtrl.2.py @@ -1,7 +1,7 @@ comboCtrl = wx.ComboCtrl(self, wx.ID_ANY, "") - popupCtrl = wx.ListViewComboPopup() + popupCtrl = ListViewComboPopup() # It is important to call SetPopupControl() as soon as possible comboCtrl.SetPopupControl(popupCtrl)