From 207046a0928716b64bc4781ae15895cd8aa38cc5 Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Tue, 2 Oct 2012 12:10:57 +0200 Subject: [PATCH] Small correction on title --- .../write-a-tumblelog-application-with-flask-mongoengine.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt b/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt index eff9928ad30..9d7439e5831 100644 --- a/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt +++ b/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt @@ -222,7 +222,7 @@ indexes for :py:class:`Post`: one for the :py:obj:`created_at` date as our frontpage will order by date and another for the individual post :py:obj:`slug`. -Add with Data the Shell +Add Data with the Shell ~~~~~~~~~~~~~~~~~~~~~~~ The :file:`manage.py` provides a shell interface for the