We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f809f commit cef7803Copy full SHA for cef7803
pandas_datareader/av/__init__.py
@@ -28,7 +28,7 @@ def __init__(self, symbols=None, start=None, end=None, retry_count=3,
28
if not api_key or not isinstance(api_key, str):
29
raise ValueError('The AlphaVantage API key must be provided '
30
'either through the api_key variable or '
31
- 'through the environment varaible '
+ 'through the environment variable '
32
'ALPHAVANTAGE_API_KEY')
33
self.api_key = api_key
34
0 commit comments