This commit is contained in:
Robin Dunn
2016-05-23 16:18:02 -07:00
parent 23c2166727
commit 6bd2ba6a4c

View File

@@ -288,7 +288,7 @@ def run():
:param kw: keywords to be passed to the callable object
.. seealso::
:class:`wx.CallLater`
:ref:`wx.CallLater`
""",
body="""\
@@ -323,7 +323,7 @@ def run():
object.
.. seealso::
:func:`wx.CallAfter`
:func:`CallAfter`
""",
items = [
@@ -332,7 +332,7 @@ def run():
A convenience class for :class:`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 :meth:`~CallLater.GetResult` method.
available after it has been run with the :meth:`~CallLater.GetResult` method.
:param int millis: number of milli seconds
:param PyObject callableObj: the callable object