Update required modules list in README

This commit is contained in:
Frederic Junod 2018-03-14 08:35:51 +01:00
parent 52312b7331
commit 95fab517c6
2 changed files with 2 additions and 2 deletions

View file

@ -35,5 +35,5 @@ class Module(bumblebee.engine.Module):
self._pending_tasks_count = 'Error'
def output(self, _):
"""Format the task counter to ouptut in bumblebee."""
"""Format the task counter to output in bumblebee."""
return "{}".format(self._pending_tasks_count)