Skip to content

Commit

Permalink
Merge pull request #1 from trg/master
Browse files Browse the repository at this point in the history
Typo in the import statement of the demo code prevents demo code from working.
  • Loading branch information
jpvanhal committed May 4, 2012
2 parents dc61099 + 0f09edd commit e9baed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -22,7 +22,7 @@ Usage
Usage of Flask-BasicAuth is simple::

from flask import Flask, render_template
from flask.ext.basic_auth import BasicAuth
from flask.ext.basicauth import BasicAuth

app = Flask(__name__)

Expand Down

0 comments on commit e9baed8

Please sign in to comment.