Trim whitespace

This commit is contained in:
Markus Unterwaditzer 2014-05-21 19:08:12 +02:00
parent cae0abe8c1
commit fb87731dc9

View file

@ -283,7 +283,7 @@ class CaldavStorage(DavStorage):
start_date = datetime.now() - timedelta(days=365)
end_date = datetime.now() + timedelta(days=365)
Either both or none have to be specified. The default is to synchronize
everything.