DOC: Better docstring.

This commit is contained in:
Scott Sanderson
2015-09-11 14:39:22 -04:00
parent b70f517077
commit e32f50ba3a
+1 -1
View File
@@ -288,7 +288,7 @@ def make_simple_asset_info(assets, start_date, end_date, symbols=None):
end_date : pd.Timestamp
symbols : list, optional
Symbols to use for the assets.
If not provided, symbols are generated from upper-case letters.
If not provided, symbols are generated from the sequence 'A', 'B', ...
Returns
-------