Browse Source

Minor docs fix.

pull/486/head
Paul McMillan 13 years ago
parent
commit
acb61ae57b
  1. 2
      docs/quickstart.rst

2
docs/quickstart.rst

@ -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'))

Loading…
Cancel
Save