Skip to content

Commit 4c8980b

Browse files
authored
Fix minor typo
I've just started playing around with this module and noticed a tiny typo. Looking forward to working more with this!
1 parent 7a340b1 commit 4c8980b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ session = Session.Builder() \
6565
.user_pass("Username", "Password") \
6666
.create()
6767

68-
aceess_token = session.tokens().get("playlist-read")
68+
access_token = session.tokens().get("playlist-read")
6969
```
7070

7171
### Get Music Stream

0 commit comments

Comments
 (0)