Skip to content

Commit

Permalink
Fixing a typo in the docs (#945)
Browse files Browse the repository at this point in the history
spotispy --> spotipy
  • Loading branch information
sypai authored Feb 28, 2023
1 parent 5721956 commit ca332a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit ca332a5

Please sign in to comment.