From 1d65d558e8ebab2ace566e7d8fb136851e2eee20 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Wed, 6 May 2020 10:39:34 -0400 Subject: [PATCH] Fix typo --- blinkpy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blinkpy/api.py b/blinkpy/api.py index fc81fa5..8f99e08 100644 --- a/blinkpy/api.py +++ b/blinkpy/api.py @@ -22,7 +22,7 @@ def request_login( :param username: Blink username. :param password: Blink password. :param notification_key: Randomly genereated key. - :param uid: Randomoly genreated unique id key. + :param uid: Randomly generated unique id key. :param is_retry: Is this part of a re-authorization attempt? """ headers = {"Host": DEFAULT_URL, "Content-Type": "application/json"}