From eb2c25ee7614d3e9e851597cb0e050f068ee7937 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 10 Jun 2016 00:20:24 +0200 Subject: [PATCH] it has to be note:: otherweise sphinx won't render the paragraph at all (#465) --- vdirsyncer/storage/google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdirsyncer/storage/google.py b/vdirsyncer/storage/google.py index e86787b..fe579e0 100644 --- a/vdirsyncer/storage/google.py +++ b/vdirsyncer/storage/google.py @@ -140,7 +140,7 @@ class GoogleCalendarStorage(dav.CaldavStorage): class GoogleContactsStorage(dav.CarddavStorage): __doc__ = '''Google contacts. - .. note: Google's CardDAV implementation is allegedly a disaster in terms + .. note:: Google's CardDAV implementation is allegedly a disaster in terms of data safety. See `this blog post `_ for the details. Always back up your data.