From b28417a5023ec7d1bdc138ddea2d69be5eff440d Mon Sep 17 00:00:00 2001 From: kanzure Date: Sat, 21 Jul 2012 19:54:36 -0700 Subject: [PATCH] usefull -> useful --- Large-app-how-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Large-app-how-to.md b/Large-app-how-to.md index 7d37bc3..9d240ac 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -74,7 +74,7 @@ We'll create 4 modules, an user module (manage user's registration, login, lost app.run(debug=True) ``` -`/shell.py` will allow you to get a console and enter commands within your flask environment. Maybe not as nice as debugging with pdb, but always usefull (when you will initialize your database). +`/shell.py` will allow you to get a console and enter commands within your flask environment. Maybe not as nice as debugging with pdb, but always useful (when you will initialize your database). ```python #!/usr/bin/env python