From 3cf8fb4dcb39529fb9f15b185c8305411df23fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Tue, 7 May 2013 20:35:49 -0500 Subject: [PATCH] Fixed another typo on flask-mongoengine tutorial --- ...write-a-tumblelog-application-with-flask-mongoengine.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 5756d10f123..1fb32ee0700 100644 --- a/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt +++ b/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt @@ -572,9 +572,9 @@ Add Basic Authentication ~~~~~~~~~~~~~~~~~~~~~~~~ For the purposes of this tutorial all we need is a very basic form of -authentication. The following example borrows from the an example -Flask "`Auth snippet `_". Create -the file :file:`auth.py` with the following content: +authentication. The following example borrows from an example Flask +"`Auth snippet `_". Create the file +:file:`auth.py` with the following content: .. code-block:: python