From ebb07a06567d72acf47b3ee5553053216f978305 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 21 Apr 2010 21:10:57 +0200 Subject: [PATCH] Better English. --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index e0f0749f..526d8f7b 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -285,7 +285,7 @@ the application secure. Because of that Flask configures the `Jinja2 To render a template you can use the :func:`~flask.render_template` method. All you have to do is to provide the name of the template and the variables you want to pass to the template engine as keyword arguments. -Here a simple example of how to render a template:: +Here's a simple example of how to render a template:: from flask import render_template