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

Commit

Permalink
Fix ActivateUserCommand docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Oct 21, 2014
1 parent c7d0ea9 commit 6cfe662
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 6cfe662

Please sign in to comment.