Skip to content

Commit

Permalink
Merge pull request pallets#486 from PaulMcMillan/docs_fix
Browse files Browse the repository at this point in the history
Minor docs fix.
  • Loading branch information
rduplain committed Apr 10, 2012
2 parents 989aabb + acb61ae commit 1a19ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ sessions work::

@app.route('/logout')
def logout():
# remove the username from the session if its there
# remove the username from the session if it's there
session.pop('username', None)
return redirect(url_for('index'))

Expand Down

0 comments on commit 1a19ddc

Please sign in to comment.