From c9d78e2391f44378f3738d7963f18d072045b34c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 17 Jan 2017 11:46:56 +0100 Subject: [PATCH] Clarify more docs --- vdirsyncer/storage/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: