From 3daccdb21bf994cf96af7cb1d2bc2ffa1c5e9c51 Mon Sep 17 00:00:00 2001 From: Jeff Dairiki Date: Sun, 27 Feb 2022 14:09:30 -0800 Subject: [PATCH] SourceObject is defined in lektor.sourceobj (not lektor.db) --- content/docs/api/db/obj/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/db/obj/contents.lr b/content/docs/api/db/obj/contents.lr index 59bf502a..d31bc7d0 100644 --- a/content/docs/api/db/obj/contents.lr +++ b/content/docs/api/db/obj/contents.lr @@ -2,7 +2,7 @@ title: SourceObject --- summary: The basic interface of all source objects. --- -module: lektor.db +module: lektor.sourceobj --- type: class ---