DOC: group_by_type returns a regular dict.

This commit is contained in:
Scott Sanderson
2015-11-13 18:26:54 -05:00
parent c763d8f4d5
commit 1c52977964
+1 -1
View File
@@ -166,7 +166,7 @@ class AssetFinder(object):
Returns
-------
types : defaultdict[str or None -> list[int]]
types : dict[str or None -> list[int]]
A dict mapping unique asset types to lists of sids drawn from sids.
If we fail to look up an asset, we assign it a key of None.
"""