From e1660cacd29a2717f2e030d6e791ba90031d38e7 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 21 Jun 2017 13:16:54 -0500 Subject: [PATCH] Fixing missing Return Value --- .../snippets/python/converted/wx.EventFilter.1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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