Skip to content

Commit

Permalink
Documentation fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
kapi2289 authored Jul 20, 2018
1 parent 2661a28 commit 2294082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fbchat/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ def addGroupAdmins(self, admin_ids, thread_id=None):
"""
Sets specifed user as a group admin.
:param admin_ids: User ID to set admin
:param admin_ids: One or more user IDs to set admin
:param thread_id: Group ID to remove people from. See :ref:`intro_threads`
:raises: FBchatException if request failed
"""
Expand All @@ -1111,7 +1111,7 @@ def removeGroupAdmins(self, admin_ids, thread_id=None):
"""
Removes group admin from specifed user.
:param admin_ids: User ID to remove admin
:param admin_ids: One or more user IDs to remove admin
:param thread_id: Group ID to remove people from. See :ref:`intro_threads`
:raises: FBchatException if request failed
"""
Expand Down

0 comments on commit 2294082

Please sign in to comment.