From 9a2668e42526e18782c57c645a003f134160df07 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 15 Jan 2016 10:50:36 +0100 Subject: [PATCH] Fix the Collection._parse docstring --- radicale/ical.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/ical.py b/radicale/ical.py index e6cb1eee..590751c7 100644 --- a/radicale/ical.py +++ b/radicale/ical.py @@ -312,7 +312,7 @@ class Collection(object): If ``name`` is given, give this name to new items in ``text``. - Return a list of items. + Return a dict of items. """ item_tags = {}