From b5f42457bd110ce714a1a2953dc92d857fcb1373 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 14 Jun 2014 22:02:16 +0200 Subject: [PATCH] Style fixes --- 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 a180098..1a96ece 100644 --- a/vdirsyncer/storage/base.py +++ b/vdirsyncer/storage/base.py @@ -92,7 +92,7 @@ class Storage(object): def get_multi(self, hrefs): '''Fetch multiple items. - + Functionally similar to :py:meth:`get`, but might bring performance benefits on some storages when used cleverly.