diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 15:40:50 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 457afb73ea5241d0473f2ee99c637f0464f46eaa (patch) | |
tree | 766bdb5a76d7d7a16a6962da4ea03f434d233202 /python/Flask-Login | |
parent | 9caced56646043ad98e28375cf246e1c5c8e37ac (diff) | |
download | slackbuilds-457afb73ea5241d0473f2ee99c637f0464f46eaa.tar.gz |
python/Flask-Login: Fix README.
Diffstat (limited to 'python/Flask-Login')
-rw-r--r-- | python/Flask-Login/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Flask-Login/README b/python/Flask-Login/README index 7ea25670c3..472b705652 100644 --- a/python/Flask-Login/README +++ b/python/Flask-Login/README @@ -1,4 +1,4 @@ Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, -and remembering your users’ sessions over extended periods +and remembering your users' sessions over extended periods of time. |