diff --git a/zipline/assets/assets.py b/zipline/assets/assets.py index 5a2f85fa..6556f60d 100644 --- a/zipline/assets/assets.py +++ b/zipline/assets/assets.py @@ -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. """