From dc95f367b8cc3b27ec7162f3ebbb2aeb4838bd07 Mon Sep 17 00:00:00 2001 From: Dainius Date: Thu, 4 May 2017 17:51:32 +0300 Subject: [PATCH] fix typo --- fbchat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/client.py b/fbchat/client.py index d132b33..0595db3 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -27,7 +27,7 @@ import sys # Python 3 does not have raw_input, whereas Python 2 has and it's more secure try: - in put = raw_input + input = raw_input except NameError: pass