From d6e1bc547f6b9b81a01a65c70dd0c2054c9e6ea8 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 28 Jan 2014 09:50:38 -0800 Subject: [PATCH] docs: fix reference to Transaction --- docs/dev/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/api.rst b/docs/dev/api.rst index a9187acbf..d9e68481d 100644 --- a/docs/dev/api.rst +++ b/docs/dev/api.rst @@ -44,7 +44,7 @@ to interact directly with the underlying SQLite database, you must use a items = lib.items(query) lib.add_album(list(items)) -.. currentmodule:: beets.dbcore +.. currentmodule:: beets.dbcore.db .. autoclass:: Transaction :members: