Skip to content

Commit 13c5424

Browse files
authored
Merge pull request #621 from schneiderfelipe/patch-1
Correct typo
2 parents d9aff10 + cef7803 commit 13c5424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/av/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self, symbols=None, start=None, end=None, retry_count=3,
2828
if not api_key or not isinstance(api_key, str):
2929
raise ValueError('The AlphaVantage API key must be provided '
3030
'either through the api_key variable or '
31-
'through the environment varaible '
31+
'through the environment variable '
3232
'ALPHAVANTAGE_API_KEY')
3333
self.api_key = api_key
3434

0 commit comments

Comments
 (0)