From d588d22a2df12d0e7d2c1772d122918fcb5f65af Mon Sep 17 00:00:00 2001 From: Mike Rossetti Date: Sun, 14 Apr 2019 21:30:16 -0400 Subject: [PATCH] Update oauth2.py --- spotipy/oauth2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """