From a0fd79ba38f86507f95972f7c45e3767cf442a1f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 Oct 2006 21:52:41 +0000 Subject: [PATCH] docstring fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_window.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index b59bf49633..c7b21a2a74 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -1277,7 +1277,7 @@ be repainted. This is the same as Refresh but has a nicer syntax.", ""); window instead of waiting for the EVT_PAINT event to happen, (normally this would usually only happen when the flow of control returns to the event loop.) Notice that this function doesn't refresh the window and -does nothing if the window has been already repainted. Use Refresh +does nothing if the window has been already repainted. Use `Refresh` first if you want to immediately redraw the window (or some portion of it) unconditionally.", ""); -- 2.45.2