Skip to content

Commit

Permalink
Merge pull request #723 from partev/patch-1
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
bashtage committed Oct 14, 2019
2 parents 5ecab19 + 1f7029d commit 63a51b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pandas_datareader/tiingo.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TiingoIEXHistoricalReader(_BaseReader):
Parameters
----------
symbols : {str, List[str]}
String symbol of like of symbols
String symbol or list of symbols
start : string, int, date, datetime, Timestamp
Starting date. Parses many different kind of date
representations (e.g., 'JAN-01-2010', '1/1/10', 'Jan, 1, 1980'). Defaults to
Expand Down Expand Up @@ -139,7 +139,7 @@ class TiingoDailyReader(_BaseReader):
Parameters
----------
symbols : {str, List[str]}
String symbol of like of symbols
String symbol or list of symbols
start : string, int, date, datetime, Timestamp
Starting date, timestamp. Parses many different kind of date
representations (e.g., 'JAN-01-2010', '1/1/10', 'Jan, 1, 1980').
Expand Down Expand Up @@ -241,7 +241,7 @@ class TiingoMetaDataReader(TiingoDailyReader):
Parameters
----------
symbols : {str, List[str]}
String symbol of like of symbols
String symbol or list of symbols
start : string, int, date, datetime, Timestamp
Not used.
end : string, int, date, datetime, Timestamp
Expand Down Expand Up @@ -299,7 +299,7 @@ class TiingoQuoteReader(TiingoDailyReader):
Parameters
----------
symbols : {str, List[str]}
String symbol of like of symbols
String symbol or list of symbols
start : string, int, date, datetime, Timestamp
Not used.
end : string, int, date, datetime, Timestamp
Expand Down

0 comments on commit 63a51b4

Please sign in to comment.