diff --git a/spotipy/oauth2.py b/spotipy/oauth2.py index cef7908..db6a8a6 100644 --- a/spotipy/oauth2.py +++ b/spotipy/oauth2.py @@ -31,7 +31,7 @@ class SpotifyClientCredentials(object): def __init__(self, client_id=None, client_secret=None, proxies=None): """ - You can either provid a client_id and client_secret to the + You can either provide a client_id and client_secret to the constructor or set SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRET environment variables """