From 9bce90c1c46d2c808101d2a8e9d414d04d32ecbb Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 5 Jan 2018 12:29:39 -0800 Subject: [PATCH] tweak wording --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 93c6ba80..42438586 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -77,8 +77,8 @@ Changes in this release include the following: * Fixed wx.CallLater to explicitly hold a reference instead of depending on an uncollectible cycle to keep the instance around. Like before the cycle is - broken and the saved reference is deleted when the timer expires and the - callable is called. (#457) + broken and the saved reference is deleted after the timer expires and the + callable has been called. (#457)