diff --git a/docs/sphinx/rest_substitutions/snippets/python/converted/wx.EventFilter.1.py b/docs/sphinx/rest_substitutions/snippets/python/converted/wx.EventFilter.1.py index 53bd9e28..bd97e120 100644 --- a/docs/sphinx/rest_substitutions/snippets/python/converted/wx.EventFilter.1.py +++ b/docs/sphinx/rest_substitutions/snippets/python/converted/wx.EventFilter.1.py @@ -30,7 +30,7 @@ # Continue processing the event normally as well. - self.Event_Skip + return self.Event_Skip # This function could be called periodically from some timer to