diff --git a/doc/source/features.rst b/doc/source/features.rst index 4e7b028..1ff1dcc 100644 --- a/doc/source/features.rst +++ b/doc/source/features.rst @@ -24,7 +24,7 @@ Periodics * A :py:class:`.futurist.periodics.PeriodicWorker` that can use the previously mentioned executors to run asynchronous work periodically in parallel - or synchronously. It does this by executing arbitary functions/methods + or synchronously. It does this by executing arbitrary functions/methods that have been decorated with the :py:func:`.futurist.periodics.periodic` decorator according to a internally maintained schedule (which itself is based on the `heap`_ algorithm).