From 41807837b8dacd3b2d32a0c9fc683499b46c0887 Mon Sep 17 00:00:00 2001 From: kapi2289 Date: Mon, 16 Jul 2018 21:46:58 +0200 Subject: [PATCH] Small typo fix --- fbchat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/client.py b/fbchat/client.py index 5b5dbe1..4d30103 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -1086,7 +1086,7 @@ class Client(object): Changes a thread image from an image id :param image_id: ID of uploaded image - :param thread_id User/Group ID to change image. See :ref:`intro_threads` + :param thread_id: User/Group ID to change image. See :ref:`intro_threads` :param thread_type: See :ref:`intro_threads` :type thread_type: models.ThreadType :raises: FBchatException if request failed