From a0127432f827011ff592a2ea627d376a039770cd Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 5 Jan 2015 10:16:07 -0800 Subject: [PATCH] Fix word in SessionKeyGenerator comment. --- pylast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylast.py b/pylast.py index dda9720..43e9eb7 100644 --- a/pylast.py +++ b/pylast.py @@ -1180,7 +1180,7 @@ class SessionKeyGenerator(object): d. session_key = SessionKeyGenerator(network).get_session_key(username, password_hash) - A session key's lifetime is infinite, unless the user provokes the rights + A session key's lifetime is infinite, unless the user revokes the rights of the given API Key. If you create a Network object with just a API_KEY and API_SECRET and a