mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Typo: exectuted → executed
This commit is contained in:
parent
d57317f2fc
commit
dc809e3be6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue