From 87234fb2f8c896bd2df336bdce5ffb3e85112cdc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 15 Jun 2011 23:31:48 -0700 Subject: [PATCH] fixed typo --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index fc5ae0f1..179ff2de 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -11,7 +11,7 @@ you do not, head over to the :ref:`installation` section. A Minimal Application --------------------- -A minimal Flask application looks something like that:: +A minimal Flask application looks something like this:: from flask import Flask app = Flask(__name__)