1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

Fix class names

This commit is contained in:
Unrud 2017-06-01 13:14:00 +02:00 committed by GitHub
parent ac1274f400
commit 01aae3e390

View file

@ -64,6 +64,6 @@ Radicale's source code for more information.
## Storage plugins ## Storage plugins
This plugin is used to store collections and items. This plugin is used to store collections and items.
The module must contain a class `Storage` that extends The module must contain a class `Collection` that extends
`radicale.storage.BaseStorage`. Take a look at the file `radicale/storage.py` `radicale.storage.BaseCollection`. Take a look at the file `radicale/storage.py`
in Radicale's source code for more information. in Radicale's source code for more information.