Fixed a spelling mistake

This commit is contained in:
Mads Marquart
2017-02-06 10:48:39 +01:00
parent 0234327bf9
commit 0708d981d5

View File

@@ -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)