From dc809e3be61ea484a9575a2a2b9391f7b07b8eec Mon Sep 17 00:00:00 2001 From: Guilherme Danno Date: Sun, 10 May 2015 15:48:08 -0300 Subject: [PATCH] =?UTF-8?q?Typo:=20exectuted=20=E2=86=92=20executed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beets/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/importer.py b/beets/importer.py index 6e7ffcd2c..78b2ac250 100644 --- a/beets/importer.py +++ b/beets/importer.py @@ -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