From 0708d981d598518bdbc57cc0723dc74d00efe446 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Mon, 6 Feb 2017 10:48:39 +0100 Subject: [PATCH] Fixed a spelling mistake --- fbchat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/client.py b/fbchat/client.py index 6e275e6..751cea4 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -145,7 +145,7 @@ class Client(object): >>> from fbchat.client import Client, log >>> log.setLevel(logging.DEBUG) - You can do the same thing by addint the 'debug' argument: + You can do the same thing by adding the 'debug' argument: >>> from fbchat import Client >>> client = Client("...", "...", debug=True)