DOC: Fix docstring types.

This commit is contained in:
Scott Sanderson
2015-09-16 01:28:16 -04:00
parent 4561c776a0
commit b70f517077
+2 -2
View File
@@ -284,8 +284,8 @@ def make_simple_asset_info(assets, start_date, end_date, symbols=None):
Parameters
----------
assets : array-like
start_date : pd.DatetimeIndex
end_date : pd.DatetimeIndex
start_date : pd.Timestamp
end_date : pd.Timestamp
symbols : list, optional
Symbols to use for the assets.
If not provided, symbols are generated from upper-case letters.