From d4411fbcef43c15da53606448990e97eaf56131d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 18 Nov 2017 19:28:17 -0800 Subject: [PATCH] Fix issue ID --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 017e01f4..f5881c23 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -62,7 +62,7 @@ Changes in this release include the following: * Fix event type name in wx/lib/sheet.py (#613) * The wx.MessageDialog methods which take ButtonLabel parameters are now able - to accept either strings or stock IDs. (#605, #276) + to accept either strings or stock IDs. (#607, #276)