Typo fix: arbitary => arbitrary

Change-Id: I621f48d29e58078005fb623d41bd4ed4d15d13f0
This commit is contained in:
Anh Tran 2017-02-07 11:15:34 +07:00
parent 6fe96712c5
commit db1dffd985
1 changed files with 1 additions and 1 deletions

View File

@ -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).