Update client.py

This commit is contained in:
ThatAlexanderA
2018-06-04 16:19:40 +02:00
committed by GitHub
parent e3602e83ce
commit 91778f43b7

View File

@@ -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",