From 0f09989d67f27ba5cc93bd28b95f7b00eaf96b51 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 20 Jan 2018 15:58:22 +0100 Subject: [PATCH] Update docstrings --- pyrogram/client/client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 73bf2a20..49d45be0 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -1642,7 +1642,7 @@ class Client: raise ChatAdminRequired def enable_cloud_password(self, password: str, hint: str = "", email: str = ""): - """Use this method to enable two-step verification (Cloud Password) + """Use this method to enable the Two-Step Verification security feature (Cloud Password) on your account. This password will be asked when you log in on a new device in addition to the SMS code. @@ -1683,7 +1683,7 @@ class Client: return False def change_cloud_password(self, current_password: str, new_password: str, new_hint: str = ""): - """Use this method to change your two-step verification password (Cloud Password) + """Use this method to change your Two-Step Verification password (Cloud Password) with a new one. Args: current_password (:obj:`str`): @@ -1723,7 +1723,7 @@ class Client: return False def remove_cloud_password(self, password: str): - """Use this method to turn off your two-step verification password (Cloud Password) + """Use this method to turn off the Two-Step Verification security feature (Cloud Password) on your account. Args: password (:obj:`str`):