From bda5fbefd7df38ad4d5b34235a9a635611289955 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 22 May 2020 10:59:27 -0700 Subject: [PATCH] Fix comment text in code snippet --- .../snippets/python/converted/wx.ColourDialog.1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/rest_substitutions/snippets/python/converted/wx.ColourDialog.1.py b/docs/sphinx/rest_substitutions/snippets/python/converted/wx.ColourDialog.1.py index cb0ef5bf..de9ebcb9 100644 --- a/docs/sphinx/rest_substitutions/snippets/python/converted/wx.ColourDialog.1.py +++ b/docs/sphinx/rest_substitutions/snippets/python/converted/wx.ColourDialog.1.py @@ -20,7 +20,7 @@ # This call is unnecessary under platforms generating # wx.EVT_COLOUR_CHANGED if the dialog was accepted and unnecessary - # under the platforms not generating self event if it was cancelled, + # under the platforms not generating this event if it was cancelled, # so we could check for the different cases explicitly to avoid it, # but it's simpler to just always call it. Redraw(data.GetColour())