Fix wrong amount of parenthesis

Lonami 2017-09-25 12:51:44 +02:00
parent 8ee21b606a
commit 3a132a2985

@ -37,7 +37,7 @@ result = client(account.UpdatePasswordSettingsRequest(
new_password_hash=pw_hash,
hint=hint
)
)
))
```
Thanks to [issue 259](https://github.com/LonamiWebs/Telethon/issues/259) for the tip!