Skip to content

Commit fa3eec8

Browse files
rgkimballbashtage
authored andcommitted
Missed a couple
1 parent 29291e2 commit fa3eec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas_datareader/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def get_dailysummary_iex(*args, **kwargs):
114114
A datetime object - the beginning of the date range.
115115
:param end:
116116
A datetime object - the end of the date range.
117-
117+
118118
Reference: https://www.iextrading.com/developer/docs/#historical-daily
119119
120120
:return: DataFrame
@@ -129,7 +129,7 @@ def get_summary_iex(*args, **kwargs):
129129
related metrics for trades by lot size, security market cap, and venue.
130130
In the absence of parameters, this will return month-to-date statistics.
131131
For ranges spanning multiple months, this will return one row per month.
132-
132+
133133
:param start:
134134
A datetime object - the beginning of the date range.
135135
:param end:

0 commit comments

Comments
 (0)