Merge "Fix teams docs."

This commit is contained in:
Jenkins 2015-04-08 16:36:20 +00:00 committed by Gerrit Code Review
commit 0bccd33a94

View File

@ -74,8 +74,8 @@ class UsersSubcontroller(rest.RestController):
def delete(self, team_id, user_id):
"""Delete a user from a team.
:param: team_id: An ID of the team.
:param: user_id: An ID of the user.
:param team_id: An ID of the team.
:param user_id: An ID of the user.
"""
teams_api.team_delete_user(team_id, user_id)