Skip to content

Commit

Permalink
Added function docstrings for util.py that includes arguments, return…
Browse files Browse the repository at this point in the history
…s, and raises. The prompt_for_user_token function docstring is revised for clarity.
  • Loading branch information
dianna-SE committed Jun 4, 2024
1 parent d7ebb83 commit 354c811
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Add your changes below.
- Added `update` field to `current_user_follow_playlist`.

### Changed
- Changes the YouTube video link for authentication tutorial (the old video was in low definition, the new one is in high definition)
- Fixed error obfuscation when Spotify class is being inherited and an error is raised in the Child's `__init__`
- Replaced `artist_albums(album_type=...)` with `artist_albums(include_groups=...)` due to an API change.
- Updated `_regex_spotify_url` to ignore `/intl-<countrycode>` in Spotify links
Expand Down
1 change: 0 additions & 1 deletion spotipy/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# -*- coding: utf-8 -*-

""" Shows a user's playlists. This needs to be authenticated via OAuth) """
Expand Down

0 comments on commit 354c811

Please sign in to comment.