From 42f51ac96c2aad403f0948d6a6ddf83bc0d66b95 Mon Sep 17 00:00:00 2001 From: Michael Grupp Date: Wed, 16 Jan 2019 16:01:44 +0100 Subject: [PATCH] Fix a typo in the documentation (#2621) --- doc/execution_model.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/execution_model.rst b/doc/execution_model.rst index 3371d9bef7..df0afa7f70 100644 --- a/doc/execution_model.rst +++ b/doc/execution_model.rst @@ -36,7 +36,7 @@ Scheduler A client only starts the ``run()`` method of a task when the single-threaded central scheduler has permitted it. Since the number of tasks is usually very -small (in comparision with the petabytes of data one task is processing), we +small (in comparison with the petabytes of data one task is processing), we can afford the convenience of a simple centralised server. .. figure:: https://tarrasch.github.io/luigid-basics-jun-2015/img/50.gif