mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
docs: fix simple typo, retrival -> retrieval (#629)
There is a small typo in spotipy/oauth2.py. Should read `retrieval` rather than `retrival`.
This commit is contained in:
parent
3ae3d8cab1
commit
44970c3348
@ -1113,7 +1113,7 @@ class SpotifyImplicitGrant(SpotifyAuthBase):
|
||||
redirect_host, redirect_port = get_host_port(redirect_info.netloc)
|
||||
# Implicit Grant tokens are returned in a hash fragment
|
||||
# which is only available to the browser. Therefore, interactive
|
||||
# URL retrival is required.
|
||||
# URL retrieval is required.
|
||||
if (redirect_host in ("127.0.0.1", "localhost")
|
||||
and redirect_info.scheme == "http" and redirect_port):
|
||||
logger.warning('Using a local redirect URI with a '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user