From be5de6f47aaf71a74a456a15402d225649ac230a Mon Sep 17 00:00:00 2001 From: Kyle2142 <19349418+Kyle2142@users.noreply.github.com> Date: Tue, 27 Mar 2018 18:31:09 +0200 Subject: [PATCH] fix silly mistake --- readthedocs/extra/basic/creating-a-client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/extra/basic/creating-a-client.rst b/readthedocs/extra/basic/creating-a-client.rst index b5438fda..b3848bae 100644 --- a/readthedocs/extra/basic/creating-a-client.rst +++ b/readthedocs/extra/basic/creating-a-client.rst @@ -180,7 +180,7 @@ See the examples below: # Also take note that unless you remove 2FA or explicitly give email parameter again, it will keep the last used setting # Set hint after already setting password: - client.edit_2fa(current_password='memes and dreams, new_password='memes and dreams', hint='It keeps you alive') + client.edit_2fa(current_password='memes and dreams', new_password='memes and dreams', hint='It keeps you alive') __ https://github.com/Anorov/PySocks#installation