From 3269e878903e74174921b189f97b2a6349eb4fff Mon Sep 17 00:00:00 2001 From: john Date: Wed, 30 Jul 2025 13:19:12 -0400 Subject: [PATCH] Correct Spotify/Spotipy typo Correct Spotify/Spotipy typo. Document refers the user to the "Spotify GitHub repository" while the associated link is actually to the Spotipy GitHub repo. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 3a49551..b87e70e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,7 +23,7 @@ Install or upgrade *Spotipy* with:: pip install spotipy --upgrade -You can also obtain the source code from the `Spotify GitHub repository `_. +You can also obtain the source code from the `Spotipy GitHub repository `_. Getting Started