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.
This commit is contained in:
john 2025-07-31 04:33:07 -04:00 committed by GitHub
parent 5a8b55f5e8
commit a91d9feb51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ Add your changes below.
### Fixed
- Fixed dead link in README.md
- Corrected Spotify/Spotipy typo in documentation
### Removed

View File

@ -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 <https://github.com/plamere/spotipy>`_.
You can also obtain the source code from the `Spotipy GitHub repository <https://github.com/plamere/spotipy>`_.
Getting Started