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