Skip to content

Commit 1fd4806

Browse files
committed
Fix typo for ClientAuth function documentation
1 parent eab2766 commit 1fd4806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lnetatmo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class ClientAuth:
163163
Args:
164164
clientId (str): Application clientId delivered by Netatmo on dev.netatmo.com
165165
clientSecret (str): Application Secret key delivered by Netatmo on dev.netatmo.com
166-
refresh_token (str) : Scoped refresh token
166+
refreshToken (str) : Scoped refresh token
167167
"""
168168

169169
def __init__(self, clientId=_CLIENT_ID,

0 commit comments

Comments
 (0)