@@ -33,7 +33,7 @@ class TiingoIEXHistoricalReader(_BaseReader):
3333 Parameters
3434 ----------
3535 symbols : {str, List[str]}
36- String symbol of like of symbols
36+ String symbol or list of symbols
3737 start : string, int, date, datetime, Timestamp
3838 Starting date. Parses many different kind of date
3939 representations (e.g., 'JAN-01-2010', '1/1/10', 'Jan, 1, 1980'). Defaults to
@@ -139,7 +139,7 @@ class TiingoDailyReader(_BaseReader):
139139 Parameters
140140 ----------
141141 symbols : {str, List[str]}
142- String symbol of like of symbols
142+ String symbol or list of symbols
143143 start : string, int, date, datetime, Timestamp
144144 Starting date, timestamp. Parses many different kind of date
145145 representations (e.g., 'JAN-01-2010', '1/1/10', 'Jan, 1, 1980').
@@ -241,7 +241,7 @@ class TiingoMetaDataReader(TiingoDailyReader):
241241 Parameters
242242 ----------
243243 symbols : {str, List[str]}
244- String symbol of like of symbols
244+ String symbol or list of symbols
245245 start : string, int, date, datetime, Timestamp
246246 Not used.
247247 end : string, int, date, datetime, Timestamp
@@ -299,7 +299,7 @@ class TiingoQuoteReader(TiingoDailyReader):
299299 Parameters
300300 ----------
301301 symbols : {str, List[str]}
302- String symbol of like of symbols
302+ String symbol or list of symbols
303303 start : string, int, date, datetime, Timestamp
304304 Not used.
305305 end : string, int, date, datetime, Timestamp
0 commit comments