Skip to content

Commit

Permalink
Fix #611
Browse files Browse the repository at this point in the history
Minor but confusing typo in tutorial.
  • Loading branch information
untitaker committed Oct 16, 2012
1 parent c2e5799 commit 7ee40e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/dbinit.rst
Expand Up @@ -32,7 +32,7 @@ add the following lines to your existing imports in `flaskr.py`::
Next we can create a function called `init_db` that initializes the
database. For this we can use the `connect_db` function we defined
earlier. Just add that function below the `connect_db` function in
`flask.py`::
`flaskr.py`::

def init_db():
with closing(connect_db()) as db:
Expand Down

0 comments on commit 7ee40e9

Please sign in to comment.