Fix minor typo

I've just started playing around with this module and noticed a tiny typo.

Looking forward to working more with this!
This commit is contained in:
Åke 2022-02-15 19:46:40 +01:00 committed by GitHub
parent 7a340b1b20
commit 4c8980b5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ session = Session.Builder() \
.user_pass("Username", "Password") \
.create()
aceess_token = session.tokens().get("playlist-read")
access_token = session.tokens().get("playlist-read")
```
### Get Music Stream