Browse Source

Fix the Collection._parse docstring

Guillaume Ayoub 10 years ago
parent
commit
9a2668e425
1 changed files with 1 additions and 1 deletions
  1. 1 1
      radicale/ical.py

+ 1 - 1
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 = {}