diff options
author | neodarz <neodarz@neodarz.net> | 2021-01-31 22:45:44 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2021-01-31 22:45:44 +0100 |
commit | 20c80a82776bbea6a47b77a47f6a0587cc416ae8 (patch) | |
tree | a00f86d5b88e8e28b682414db16e6b55acc46992 | |
parent | bc8c6fbade098548765ac0ebf57032ee8831e8bc (diff) | |
download | pyfunkwhale-20c80a82776bbea6a47b77a47f6a0587cc416ae8.tar.xz pyfunkwhale-20c80a82776bbea6a47b77a47f6a0587cc416ae8.zip |
Fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ funkwhale = Funkwhale( login_endpoint, ) -artists = funkwhale.albums() +artists = funkwhale.artists() print(artists) ``` |