Fix RemoveRoleCommand docstring

This commit is contained in:
Antoine Bertin
2014-10-21 10:27:17 +02:00
parent c7d0ea9cce
commit 8c45271bf9
+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):