Typo: exectuted → executed

This commit is contained in:
Guilherme Danno 2015-05-10 15:48:08 -03:00
parent d57317f2fc
commit dc809e3be6

View file

@ -1243,7 +1243,7 @@ def user_query(session, task):
The coroutine accepts an ImportTask objects. It uses the
session's `choose_match` method to determine the `action` for
this task. Depending on the action additional stages are exectuted
this task. Depending on the action additional stages are executed
and the processed task is yielded.
It emits the ``import_task_choice`` event for plugins. Plugins have