Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #331 from Diaoul/patch-2
Browse files Browse the repository at this point in the history
Fix ActivateUserCommand docstring
  • Loading branch information
Matt Wright committed May 2, 2015
2 parents 03d9cf2 + 6cfe662 commit c8a3549
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 @@ -124,7 +124,7 @@ def run(self, user_identifier):


class ActivateUserCommand(_ToggleActiveCommand):
"""Deactive a user"""
"""Activate a user"""

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

0 comments on commit c8a3549

Please sign in to comment.