From 01aae3e390169189b77da2c5b833def64de6afd5 Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 1 Jun 2017 13:14:00 +0200 Subject: [PATCH] Fix class names --- plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.md b/plugins.md index 7ee7e254..fa880e08 100644 --- a/plugins.md +++ b/plugins.md @@ -64,6 +64,6 @@ Radicale's source code for more information. ## Storage plugins This plugin is used to store collections and items. -The module must contain a class `Storage` that extends -`radicale.storage.BaseStorage`. Take a look at the file `radicale/storage.py` +The module must contain a class `Collection` that extends +`radicale.storage.BaseCollection`. Take a look at the file `radicale/storage.py` in Radicale's source code for more information.