From a91d9feb516a4360503dca9cfe63a35927b9befa Mon Sep 17 00:00:00 2001 From: john Date: Thu, 31 Jul 2025 04:33:07 -0400 Subject: [PATCH] Correct Spotify/Spotipy typo (#1209) Correct Spotify/Spotipy typo. Document refers the user to the "Spotify GitHub repository" while the associated link is actually to the Spotipy GitHub repo. --- CHANGELOG.md | 1 + docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3e287..ee0caac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Add your changes below. ### Fixed - Fixed dead link in README.md +- Corrected Spotify/Spotipy typo in documentation ### Removed 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