]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_core.py
More updates from Andrea
[wxWidgets.git] / wxPython / src / mac / _core.py
index 740d758b3b1adac9b965107568aa625f29419b91..881b0030dee09fc3e221520823f9cba4af3fbf78 100644 (file)
@@ -9188,7 +9188,7 @@ class Window(EvtHandler):
         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
         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.
         """
         first if you want to immediately redraw the window (or some portion of
         it) unconditionally.
         """