Skip to content

Commit acb61ae

Browse files
author
Paul McMillan
committed
Minor docs fix.
1 parent 989aabb commit acb61ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ sessions work::
744744

745745
@app.route('/logout')
746746
def logout():
747-
# remove the username from the session if its there
747+
# remove the username from the session if it's there
748748
session.pop('username', None)
749749
return redirect(url_for('index'))
750750

0 commit comments

Comments
 (0)