From 91778f43b7d8e90cf5f9a04389941f8790a22a83 Mon Sep 17 00:00:00 2001 From: ThatAlexanderA <38069912+ThatAlexanderA@users.noreply.github.com> Date: Mon, 4 Jun 2018 16:19:40 +0200 Subject: [PATCH] Update client.py --- fbchat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/client.py b/fbchat/client.py index 2cd5ec0..96c8bdc 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -469,7 +469,7 @@ class Client(object): END DEFAULT THREAD METHODS """ def removeFriend(self, friend_id=None): - :param friend_id: The id of the friend that you want to remove + """param friend_id: The id of the friend that you want to remove""" payload = { "friend_id": friend_id, "unref": "none",