Fix the Collection._parse docstring

This commit is contained in:
Guillaume Ayoub 2016-01-15 10:50:36 +01:00
parent f8b068e9fe
commit 9a2668e425

View File

@ -312,7 +312,7 @@ class Collection(object):
If ``name`` is given, give this name to new items in ``text``. If ``name`` is given, give this name to new items in ``text``.
Return a list of items. Return a dict of items.
""" """
item_tags = {} item_tags = {}