diff options
Diffstat (limited to 'python')
-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 7ea25670c37c4..472b705652b2b 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. |