Skip to content

Commit 7cdb11d

Browse files
author
brillliantz
committed
update&improve docs; improve scripts; fix wrong URLs and bugs
1 parent f97863b commit 7cdb11d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data_api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ def query(self, view, filter="", fields="", data_format="", **kwargs ) :
350350
351351
Examples
352352
--------
353-
res3, msg3 = ds.query("lb.secDailyIndicator", fields="price_level,high_52w_adj,low_52w_adj",
354-
filter="start_date=20170907&end_date=20170907",
353+
res3, msg3 = ds.query("lb.secDailyIndicator", fields="price_level,high_52w_adj,low_52w_adj",\
354+
filter="start_date=20170907&end_date=20170907",\
355355
data_format='pandas')
356356
view does not change. fileds can be any field predefined in reference data api.
357357

0 commit comments

Comments
 (0)