Skip to content

Commit 7ee40e9

Browse files
committed
Minor but confusing typo in tutorial.
1 parent c2e5799 commit 7ee40e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/dbinit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ add the following lines to your existing imports in `flaskr.py`::
3232
Next we can create a function called `init_db` that initializes the
3333
database. For this we can use the `connect_db` function we defined
3434
earlier. Just add that function below the `connect_db` function in
35-
`flask.py`::
35+
`flaskr.py`::
3636

3737
def init_db():
3838
with closing(connect_db()) as db:

0 commit comments

Comments
 (0)