diff --git a/vdirsyncer/storage/base.py b/vdirsyncer/storage/base.py index 3754a93..7dd92d0 100644 --- a/vdirsyncer/storage/base.py +++ b/vdirsyncer/storage/base.py @@ -26,7 +26,7 @@ class StorageMeta(type): class Storage(metaclass=StorageMeta): - '''Superclass of all storages, mainly useful to summarize the interface to + '''Superclass of all storages, interface that all storages have to implement. Terminology: