Skip to content

Commit 1a19ddc

Browse files
committed
Merge pull request pallets#486 from PaulMcMillan/docs_fix
Minor docs fix.
2 parents 989aabb + acb61ae commit 1a19ddc

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)