docstring

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-11-23 18:19:25 +00:00
parent b5a5b77df0
commit a3c9f0642c

View File

@ -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.