DOC: Don't lie about caching in _retrieve_asset.

This commit is contained in:
Scott Sanderson
2015-11-05 11:35:10 -05:00
parent 9101636bf6
commit a684063f95
+2 -2
View File
@@ -270,8 +270,8 @@ class AssetFinder(object):
"""
Internal function for loading assets from a table.
This function does not do any caching. It is assumed that this will be
called at most once with any given sid.
This should be the only method of `AssetFinder` that writes Assets into
self._asset_cache.
Parameters
---------