diff --git a/wxPython/src/_core_ex.py b/wxPython/src/_core_ex.py index 855ba7e768..004dc12019 100644 --- a/wxPython/src/_core_ex.py +++ b/wxPython/src/_core_ex.py @@ -119,7 +119,7 @@ def CallAfter(callable, *args, **kw): class FutureCall: """ - A convenience class for wx.Timer, that calls the given callable + A convenience class for `wx.Timer`, that calls the given callable object once after the given amount of milliseconds, passing any positional or keyword args. The return value of the callable is availbale after it has been run with the `GetResult` method.