Fix the Collection._parse docstring
This commit is contained in:
@@ -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 = {}
|
||||||
|
Reference in New Issue
Block a user