Add param docs for singlefile

This commit is contained in:
Markus Unterwaditzer 2014-05-26 20:47:53 +02:00
parent 306cee4946
commit c010b90cc3

View file

@ -27,6 +27,10 @@ class SingleFileStorage(Storage):
basically means is that you shouldn't use this storage unless you have
to (e.g. you use a calendar client which requires it)
:param path: The filepath to the file to be written to.
:param encoding: Which encoding the file should use. Defaults to UTF-8.
:param create: Create the file if it does not exist.
Example for syncing with :py:class:`vdirsyncer.storage.CaldavStorage`::
[pair my_calendar]