Skip to content

Commit

Permalink
Minor docs fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul McMillan committed Apr 10, 2012
1 parent 989aabb commit acb61ae
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 acb61ae

Please sign in to comment.