Skip to content
Snippets Groups Projects
Commit 866eb387 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Doc typos.

parent 2ecdee6b
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ log = logging.getLogger(__name__) ...@@ -74,7 +74,7 @@ log = logging.getLogger(__name__)
def _haveWX(): def _haveWX():
"""Returns ``True`` if wqe are running within a ``wx`` application, """Returns ``True`` if we are running within a ``wx`` application,
``False`` otherwise. ``False`` otherwise.
""" """
...@@ -273,7 +273,7 @@ def idle(task, *args, **kwargs): ...@@ -273,7 +273,7 @@ def idle(task, *args, **kwargs):
.. note:: If the ``after`` argument is used, there is no guarantee that .. note:: If the ``after`` argument is used, there is no guarantee that
the task will be executed in the order that it is scheduled. the task will be executed in the order that it is scheduled.
This is because, if the required time has not elapsed when This is because, if the required time has not elapsed when
the task is poppsed from the queue, it will be re-queued. the task is popped from the queue, it will be re-queued.
""" """
global _idleRegistered global _idleRegistered
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment