summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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
commit457afb73ea5241d0473f2ee99c637f0464f46eaa (patch)
tree766bdb5a76d7d7a16a6962da4ea03f434d233202 /python
parent9caced56646043ad98e28375cf246e1c5c8e37ac (diff)
downloadslackbuilds-457afb73ea5241d0473f2ee99c637f0464f46eaa.tar.gz
slackbuilds-457afb73ea5241d0473f2ee99c637f0464f46eaa.tar.xz
python/Flask-Login: Fix README.
Diffstat (limited to 'python')
-rw-r--r--python/Flask-Login/README2
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.