mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user