Merge pull request #330 from Diaoul/patch-1

Fix RemoveRoleCommand docstring
This commit is contained in:
Matt Wright
2015-05-02 13:29:07 -04:00
+1 -1
View File
@@ -100,7 +100,7 @@ class AddRoleCommand(_RoleCommand):
class RemoveRoleCommand(_RoleCommand):
"""Add a role to a user"""
"""Remove a role from a user"""
@commit
def run(self, user_identifier, role_name):