From 866eb387ff3c396a3cc34f49c4091b053e4e334c Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Wed, 29 Jun 2016 14:25:11 +0100 Subject: [PATCH] Doc typos. --- fsl/utils/async.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fsl/utils/async.py b/fsl/utils/async.py index 767c0c9e3..f70494549 100644 --- a/fsl/utils/async.py +++ b/fsl/utils/async.py @@ -74,7 +74,7 @@ log = logging.getLogger(__name__) def _haveWX(): - """Returns ``True`` if wqe are running within a ``wx`` application, + """Returns ``True`` if we are running within a ``wx`` application, ``False`` otherwise. """ @@ -273,7 +273,7 @@ def idle(task, *args, **kwargs): .. note:: If the ``after`` argument is used, there is no guarantee that the task will be executed in the order that it is scheduled. 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 -- GitLab