mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Clarify more docs
This commit is contained in:
parent
3cdd1f6644
commit
c9d78e2391
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class StorageMeta(type):
|
||||||
|
|
||||||
class Storage(metaclass=StorageMeta):
|
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.
|
implement.
|
||||||
|
|
||||||
Terminology:
|
Terminology:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue