From ca332a538ec7e23e74b73a7faf73e489527c6cfc Mon Sep 17 00:00:00 2001 From: Suyash Bajpai <7suyashbajpai@gmail.com> Date: Tue, 28 Feb 2023 13:11:22 +0530 Subject: [PATCH] Fixing a typo in the docs (#945) spotispy --> spotipy --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index debd9ff..9c253f0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -160,7 +160,7 @@ The redirect URI can be any valid URI (it does not need to be accessible) such as ``http://example.com``, ``http://localhost`` or ``http://127.0.0.1:9090``. .. note:: If you choose an `http`-scheme URL, and it's for `localhost` or - `127.0.0.1`, **AND** it specifies a port, then spotispy will instantiate + `127.0.0.1`, **AND** it specifies a port, then spotipy will instantiate a server on the indicated response to receive the access token from the response at the end of the oauth flow [see the code](https://github.com/plamere/spotipy/blob/master/spotipy/oauth2.py#L483-L490).