Skip to content

Commit

Permalink
Added a missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 6, 2011
1 parent ac99cd3 commit 5ca17c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patterns/sqlite3.rst
Expand Up @@ -34,7 +34,7 @@ executed the before-request handlers for you. If you are attempting to
use the database from a script or the interactive Python shell you would
have to do something like this::

with app.test_request_context()
with app.test_request_context():
app.preprocess_request()
# now you can use the g.db object

Expand Down

0 comments on commit 5ca17c8

Please sign in to comment.