Skip to content

Commit

Permalink
Merge pull request pallets-eco#330 from Diaoul/patch-1
Browse files Browse the repository at this point in the history
Fix RemoveRoleCommand docstring
  • Loading branch information
Matt Wright committed May 2, 2015
2 parents e4d9d3a + 8c45271 commit 03d9cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_security/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def run(self, user_identifier, role_name):


class RemoveRoleCommand(_RoleCommand):
"""Add a role to a user"""
"""Remove a role from a user"""

@commit
def run(self, user_identifier, role_name):
Expand Down

0 comments on commit 03d9cf2

Please sign in to comment.