Tweak docstring

This commit is contained in:
Mesalu
2018-01-04 16:12:40 -08:00
parent 1007f86fc1
commit 6c46df9698

View File

@@ -323,11 +323,9 @@ def run():
method.
If you don't need to get the return value or restart the timer
then there is no need to hold a reference to this object. It will
hold a reference to itself while the timer is running (the timer
has a reference to :meth:`~wx.CallLater.Notify`) but the cycle will be
broken when the timer completes, automatically cleaning up the
:class:`wx.CallLater` object.
then there is no need to hold a reference to this object. CallLater
maintains references to its instances while they are running. When they,
the reference is deleted, and the GC is free to collect naturally.
.. seealso::
:func:`wx.CallAfter`