Skip to content

Commit c052957

Browse files
committed
Corrected typo in data
1 parent f43d245 commit c052957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def _get_hist_yahoo(sym=None, start=None, end=None, retry_count=3,
188188
def _get_hist_google(sym=None, start=None, end=None, retry_count=3,
189189
pause=0, **kwargs):
190190
"""
191-
Get historical data for the given name from yahoo.
191+
Get historical data for the given name from google.
192192
Date format is datetime
193193
194194
Returns a DataFrame.

0 commit comments

Comments
 (0)