From 5a8880e86fb1c0f32de3de84e2439f9f2da0a7a6 Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Wed, 6 Mar 2013 19:59:08 -0300 Subject: [PATCH] Correcting typo in writing.rst Simple typo: "fishes" -> "finishes" --- docs/plugins/writing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/writing.rst b/docs/plugins/writing.rst index aee4f93bc..6a18b8fbe 100644 --- a/docs/plugins/writing.rst +++ b/docs/plugins/writing.rst @@ -114,7 +114,7 @@ currently available are: * *pluginload*: called after all the plugins have been loaded after the ``beet`` command starts -* *import*: called after a ``beet import`` command fishes (the ``lib`` keyword +* *import*: called after a ``beet import`` command finishes (the ``lib`` keyword argument is a Library object; ``paths`` is a list of paths (strings) that were imported)